Condividi tramite


FormsIdentity.AuthenticationType Proprietà

Definizione

Ottiene il tipo di identità autenticato.

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

Valore della proprietà

Tipo di identità autenticato. Questa proprietà restituisce sempre "Forms".

Implementazioni

Si applica a

Vedi anche