ClaimsIdentityOptions.RoleClaimType プロパティ

定義

Role 要求に使用される ClaimType を取得または設定します。 既定値は Role です。

public:
 property System::String ^ RoleClaimType { System::String ^ get(); void set(System::String ^ value); };
public string RoleClaimType { get; set; }
member this.RoleClaimType : string with get, set
Public Property RoleClaimType As String

プロパティ値

注釈

既定値は Roleです。

適用対象