TokenServiceCredentialType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | No credential endpoint is found. Value = 0. |
Username | 1 | A username and password credential. Value = 1. |
Kerberos | 2 | A Kerberos credential. Value = 2. |
SymmetricToken | 3 | A symmetric credential token. Value = 3. |
AsymmetricToken | 4 | An asymmetric credential token. Value =4. |
Certificate | 5 | A certificate configured for user identification. Value = 5. |
Windows | 6 | An integrated Windows authentication credential. Value = 6. |
Bearer | 7 | A bearer token. Value = 7. |