다음을 통해 공유


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 권한이 있는 클레임이 하나 있습니다. 이 클레임은 ClaimSet의 ID를 나타냅니다. 예를 들어, WindowsClaimSet에는 사용자의 SID를 나타내는 SID 클레임이 있습니다. 이와 마찬가지로 X509CertificateClaimSet에는 X.509 인증서와 연결된 ID를 나타내는 Thumbprint 클레임이 있습니다.

적용 대상