FormsIdentity.AuthenticationType Tulajdonság

Definíció

Lekéri a hitelesített identitás típusát.

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

Tulajdonság értéke

A hitelesített identitás típusa. Ez a tulajdonság mindig "Forms" értéket ad vissza.

Megvalósítás

A következőre érvényes:

Lásd még