次の方法で共有


DisplayClaim.ClaimType プロパティ

定義

表示クレームに関連付けられているクレームの種類を取得します。

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

プロパティ値

クレームの種類を表す URI。

注釈

この必須属性は、セキュリティ トークンで返される個々の要求の一意識別子 (URI) を提供します

適用対象