HasCredentials Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > Common Class : HasCredentials Method



credentials
url

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function HasCredentials( _
   ByVal credentials As CredentialCache, _
   ByVal url As String _
) As Boolean
Visual Basic (Usage) Copy Code
Dim credentials As CredentialCache
Dim url As String
Dim value As Boolean
 
value = Common.HasCredentials(credentials, url)
C#  
public static bool HasCredentials( 
   CredentialCache credentials,
   string url
)
C++/CLI  
public:
static bool HasCredentials( 
   CredentialCache^ credentials,
   String^ url
) 

Parameters

credentials
url

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