Rights.Identity プロパティ

定義

権限が ID を表すことを指定する文字列を取得します。

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

プロパティ値

ID を表す権限。

注釈

プロパティによって Identity 返される文字列は です http://schemas.xmlsoap.org/ws/2005/05/identity/right/identity

一般に、標準的な ClaimSet には、Identity 権限を持つ 1 つのクレームが含まれます。 このクレームは、ClaimSet の ID を表します。 たとえば、WindowsClaimSet には、ユーザーの SID を表す SID クレームがあります。 同様に、X509CertificateClaimSet には、X.509 証明書と関連付けられた ID を表す Thumbprint クレームがあります。

適用対象