TokenServiceCredentialType Enum

Definition

Defines the kinds of credentials accepted by a security token service.

public enum class TokenServiceCredentialType
public enum TokenServiceCredentialType
type TokenServiceCredentialType = 
Public Enum TokenServiceCredentialType
Inheritance
TokenServiceCredentialType

Fields

AsymmetricToken 4

An asymmetric credential token. Value =4.

Bearer 7

A bearer token. Value = 7.

Certificate 5

A certificate configured for user identification. Value = 5.

Kerberos 2

A Kerberos credential. Value = 2.

None 0

No credential endpoint is found. Value = 0.

SymmetricToken 3

A symmetric credential token. Value = 3.

Username 1

A username and password credential. Value = 1.

Windows 6

An integrated Windows authentication credential. Value = 6.

Applies to