次の方法で共有


ClaimTypes.Surname プロパティ

定義

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

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

プロパティ値

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

注釈

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

適用対象