ClaimsIdentity.AuthenticationType プロパティ

定義

認証の種類を取得します。

public:
 virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public virtual string AuthenticationType { get; }
public virtual string? AuthenticationType { get; }
member this.AuthenticationType : string
Public Overridable ReadOnly Property AuthenticationType As String

プロパティ値

String

認証の種類。

実装

適用対象