FormsIdentity.AuthenticationType プロパティ

定義

認証済み ID の型を取得します。

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

プロパティ値

認証済み ID の型。 このプロパティは常に "Forms" を返します。

実装

適用対象

こちらもご覧ください