IIdentity.AuthenticationType Propiedad

Definición

Obtiene el tipo de autenticación utilizado.

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

Valor de propiedad

String

Tipo de autenticación usado para identificar al usuario.

Comentarios

El sistema operativo o otro proveedor de autenticación pasa el tipo de autenticación a Common Language Runtime. La autenticación básica, NTLM, Kerberos y Passport son ejemplos de tipos de autenticación.

Se aplica a