다음을 통해 공유


ClaimTypes.System 속성

정의

시스템 엔터티를 식별하는 클레임에 대한 URI를 가져옵니다.

public:
 static property System::String ^ System { System::String ^ get(); };
public static string System { get; }
static member System : string
Public Shared ReadOnly Property System As String

속성 값

시스템 엔터티를 식별하는 클레임에 대한 URI입니다.

설명

일반적으로 System은 발급자가 현재 애플리케이션일 때 클레임의 발급자를 식별하는 데 사용됩니다.

이 속성에서 반환된 문자열은 입니다 http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system.

적용 대상