次の方法で共有


ClaimTypes.DateOfBirth プロパティ

定義

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

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

プロパティ値

エンティティの生年月日を指定するクレームの URI。

注釈

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

適用対象