次の方法で共有


ClaimTypes.GivenName プロパティ

定義

エンティティの名を指定するクレームの URI を取得します。

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

プロパティ値

エンティティの名を指定するクレームの URI。

注釈

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

適用対象