Compartilhar via


FormsIdentity.AuthenticationType Propriedade

Definição

Obtém o tipo da 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 da propriedade

O tipo de identidade autenticada. Essa propriedade sempre retorna "Forms".

Implementações

Aplica-se a

Confira também