IIdentity.AuthenticationType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type d'authentification utilisé.
public:
property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public string? AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String
Valeur de propriété
Type d'authentification utilisé pour identifier l'utilisateur.
Remarques
Le type d’authentification est transmis au Common Language Runtime par le système d’exploitation ou par un autre fournisseur d’authentification. L’authentification de base, NTLM, Kerberos et Passport sont des exemples de types d’authentification.