Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As UserCredentialType

Syntax

Visual Basic
Public Enumeration UserCredentialType
C#
public enum UserCredentialType
C++
public enum class UserCredentialType
J#
public enum UserCredentialType
JScript
public enum UserCredentialType

Members

Member name Description
KerberosV5Credential  
None  
SelfIssuedCredential  
UserNamePasswordCredential  
X509V3Credential  

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also