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



serviceURL
credentialCache
errMsg
showErrMsg

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetCorrectCredentials( _
   ByVal serviceURL As String, _
   ByVal credentialCache As CredentialCache, _
   ByVal errMsg As String, _
   ByVal showErrMsg As Boolean _
) As DialogResult
Visual Basic (Usage) Copy Code
Dim serviceURL As String
Dim credentialCache As CredentialCache
Dim errMsg As String
Dim showErrMsg As Boolean
Dim value As DialogResult
 
value = EventAssist.GetCorrectCredentials(serviceURL, credentialCache, errMsg, showErrMsg)
C#  
public static DialogResult GetCorrectCredentials( 
   string serviceURL,
   CredentialCache credentialCache,
   string errMsg,
   bool showErrMsg
)
C++/CLI  
public:
static DialogResult GetCorrectCredentials( 
   String^ serviceURL,
   CredentialCache^ credentialCache,
   String^ errMsg,
   bool showErrMsg
) 

Parameters

serviceURL
credentialCache
errMsg
showErrMsg

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