FormsIdentity.AuthenticationType Propriedade

Definição

Obtém o tipo de identidade 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 Propriedade

O tipo de identidade autenticada. Esta propriedade devolve sempre "Formulários".

Implementações

Aplica-se a

Ver também