CredentialType 列挙型

定義

有効な種類のセキュリティ資格情報を定義します。

public enum CredentialType
type CredentialType = 
Public Enum CredentialType
継承
CredentialType

フィールド

Claims 3

STS (セキュリティ トークン サービス) から取得した要求トークン。

None 0

資格情報が定義されていません (既定値)。

Windows 2

Active Directory ドメインの資格情報。

X509 1

X509 証明書。

適用対象