共用方式為


FormsIdentity.AuthenticationType 屬性

定義

取得已驗證識別的類型。

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

屬性值

String

已驗證識別的類型。 這個屬性永遠傳回 "Forms"。

實作

適用於

另請參閱