次の方法で共有


RequestClaim.ClaimType プロパティ

定義

要求されたクレームの型を取得します。

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

プロパティ値

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

注釈

ClaimType Uri 属性の内容を表します。

適用対象