次の方法で共有


ClaimTypes.Authentication プロパティ

定義

ID が認証されたかどうかに関する詳細を指定するクレームの URI を取得します。

public:
 static property System::String ^ Authentication { System::String ^ get(); };
public static string Authentication { get; }
static member Authentication : string
Public Shared ReadOnly Property Authentication As String

プロパティ値

ID が認証されたかどうかに関する詳細を指定するクレームの URI。

注釈

このプロパティによって返される文字列は です http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication

適用対象

こちらもご覧ください