Sdílet prostřednictvím


FormsIdentity.AuthenticationType Vlastnost

Definice

Získá typ ověřené identity.

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

Hodnota vlastnosti

Typ ověřené identity. Tato vlastnost vždy vrací "Forms".

Implementuje

Platí pro

Viz také