Partager via


AuthenticationProtocol Énumération

Définition

Identifie le protocole d’authentification à utiliser.

public enum class AuthenticationProtocol
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AuthenticationProtocol
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AuthenticationProtocol
var value = Windows.Security.Credentials.UI.AuthenticationProtocol.basic
Public Enum AuthenticationProtocol
Héritage
AuthenticationProtocol
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Champs

Basic 0

Le protocole d’authentification est de base. Les informations d’identification sont retournées à l’appelant sous forme de texte en clair.

CredSsp 5

Le protocole d’authentification est destiné à l’accès à distance à l’aide du protocole CredSSP (Credential Security Support Provider).

Custom 6

Le protocole d’authentification est autre que les précédents. Les informations d’identification sont retournées à l’appelant sous forme de texte en clair.

Digest 1

Le protocole d’authentification est digest. Les informations d’identification sont retournées à l’appelant sous forme de texte en clair.

Kerberos 3

Le protocole d’authentification est Kerberos. Les informations d’identification sont transformées avant d’être retournées à l’appelant.

Negotiate 4

Le protocole d’authentification est négocié, y compris les extensions de négociation. Les informations d’identification sont transformées avant d’être retournées à l’appelant.

Ntlm 2

Le protocole d’authentification est NTLM. Les informations d’identification sont transformées avant d’être retournées à l’appelant.

S’applique à