IIdentity.AuthenticationType Propriété

Définition

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é

String

Type d'authentification utilisé pour identifier l'utilisateur.

Remarques

Le type d’authentification est passé 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.

S’applique à