CredentialType Enum

Definition

Defines the valid kinds of security credentials.

public enum CredentialType
type CredentialType = 
Public Enum CredentialType
Inheritance
CredentialType

Fields

Claims 3

The claims token acquired from STS (security token service).

None 0

No credential defined (default).

Windows 2

The active directory domain credential.

X509 1

The X509 certificate.

Applies to