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



siteURL
result
webResponse
credCache

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetCredentialsCheck( _
   ByVal siteURL As String, _
   ByVal result As DialogResult, _
   ByVal webResponse As HttpWebResponse, _
   ByVal credCache As CredentialCache _
) As DialogResult
Visual Basic (Usage) Copy Code
Dim siteURL As String
Dim result As DialogResult
Dim webResponse As HttpWebResponse
Dim credCache As CredentialCache
Dim value As DialogResult
 
value = Credentials.GetCredentialsCheck(siteURL, result, webResponse, credCache)

Parameters

siteURL
result
webResponse
credCache

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