共用方式為


IClaimsIdentity.RoleClaimType 屬性

Gets the claim type used for M:System.Security.Principal.IPrincipal.IsInRole(System.String).

命名空間: Microsoft.IdentityModel.Claims
組件: Microsoft.IdentityModel (在 microsoft.identitymodel.dll 中)

使用方式

    Dim instance As IClaimsIdentity
Dim value As String

value = instance.RoleClaimType

instance.RoleClaimType = value

語法

'宣告
Property RoleClaimType As String
string RoleClaimType { get; set; }
property String^ RoleClaimType {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_RoleClaimType ()

/** @property */
void set_RoleClaimType (String value)
function get RoleClaimType () : String

function set RoleClaimType (value : String)

例外狀況

例外狀況類型 狀況

執行緒安全

任何這個類型的公用靜態 (在 Visual Basic 中為 共用) 成員都具備執行緒安全。不保證任何執行個體成員都具備執行緒安全。

平台

開發平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

請參閱

參考

IClaimsIdentity 介面
IClaimsIdentity 成員
Microsoft.IdentityModel.Claims 命名空間