ClientAuthenticationType 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.
Specifies the type of authentication used by a client application.
public enum class ClientAuthenticationType
public enum ClientAuthenticationType
type ClientAuthenticationType =
Public Enum ClientAuthenticationType
- Inheritance
-
ClientAuthenticationType
Fields
Name | Value | Description |
---|---|---|
Kerberos | 0 | Kerberos authentication. Value = 0. |
SecurityToken | 1 | A security token for use with claims authentication. Value = 1. |