ClaimsIdentityOptions.RoleClaimType 属性

定义

获取或设置用于角色声明的 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

适用于