Rights.Identity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,該字串指定權限表示識別 (Identity)。
public:
static property System::String ^ Identity { System::String ^ get(); };
public static string Identity { get; }
static member Identity : string
Public Shared ReadOnly Property Identity As String
屬性值
該權限表示識別。
備註
屬性所傳回的 Identity 字串為 http://schemas.xmlsoap.org/ws/2005/05/identity/right/identity
。
一般來說,一般的 ClaimSet 有一個具有 Identity 權限的宣告。 此宣告表示 ClaimSet 的識別。 例如,WindowsClaimSet 具有表示使用者 SID 的 SID 宣告。 同樣地,X509CertificateClaimSet 具有 Thumbprint 表示與 X.509 憑證相關聯之識別的宣告。