Compartir a través de


FormsIdentity.AuthenticationType Propiedad

Definición

Obtiene el tipo de identidad autenticada.

public:
 property System::String ^ AuthenticationType { System::String ^ get(); };
public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public string AuthenticationType { get; }
public override string AuthenticationType { get; }
member this.AuthenticationType : string
Public ReadOnly Property AuthenticationType As String
Public Overrides ReadOnly Property AuthenticationType As String

Valor de propiedad

String

Tipo de identidad autenticada. Esta propiedad siempre devuelve "Formularios".

Implementaciones

Se aplica a

Consulte también