AuthenticationProtocol
AuthenticationProtocol
AuthenticationProtocol
AuthenticationProtocol
Enum
Definition
Identifies which authentication protocol to use.
public : enum class AuthenticationProtocolpublic enum AuthenticationProtocolPublic Enum AuthenticationProtocol// You can use this enum in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Basic Basic Basic Basic | The authentication protocol is basic. Credentials are returned to the caller as plaintext. |
| CredSsp CredSsp CredSsp CredSsp | The authentication protocol is for remote access using the Credential Security Support Provider (CredSSP) protocol. |
| Custom Custom Custom Custom | The authentication protocol is anything other than the previous ones. Credentials are returned to the caller as plaintext. |
| Digest Digest Digest Digest | The authentication protocol is digest. Credentials are returned to the caller as plaintext. |
| Kerberos Kerberos Kerberos Kerberos | The authentication protocol is Kerberos. Credentials are transformed before being returned to the caller. |
| Negotiate Negotiate Negotiate Negotiate | The authentication protocol is negotiate, including negotiate extensions. Credentials are transformed before being returned to the caller. |
| Ntlm Ntlm Ntlm Ntlm | The authentication protocol is NTLM. Credentials are transformed before being returned to the caller. |