GetCorrectCredentials(String,CredentialCache,HttpWebResponse,String,String) Method
See Also 
SourceCode.Workflow.WizardFramework.Authentication Namespace > Credentials Class > GetCorrectCredentials Method : GetCorrectCredentials(String,CredentialCache,HttpWebResponse,String,String) Method



serviceURL
credentialCache
webResponse
extraInfoTitle
extraInfoText

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetCorrectCredentials( _
   ByVal serviceURL As String, _
   ByVal credentialCache As CredentialCache, _
   ByVal webResponse As HttpWebResponse, _
   ByVal extraInfoTitle As String, _
   ByVal extraInfoText As String _
) As DialogResult
Visual Basic (Usage) Copy Code
Dim serviceURL As String
Dim credentialCache As CredentialCache
Dim webResponse As HttpWebResponse
Dim extraInfoTitle As String
Dim extraInfoText As String
Dim value As DialogResult
 
value = Credentials.GetCorrectCredentials(serviceURL, credentialCache, webResponse, extraInfoTitle, extraInfoText)

Parameters

serviceURL
credentialCache
webResponse
extraInfoTitle
extraInfoText

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also