Rights.Identity 屬性

定義

取得字串,該字串指定權限表示識別 (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 憑證相關聯之識別的宣告。

適用於