다음을 통해 공유


Saml2AuthenticationContext.ClassReference 속성

정의

다음에 나오는 인증 컨텍스트 선언을 설명하는 인증 컨텍스트 클래스를 식별하는 URI 참조를 가져오거나 설정합니다. [Saml2Core, 2.7.2.2]

public:
 property Uri ^ ClassReference { Uri ^ get(); void set(Uri ^ value); };
public Uri ClassReference { get; set; }
member this.ClassReference : Uri with get, set
Public Property ClassReference As Uri

속성 값

Uri

컨텍스트 클래스를 식별하는 Uri입니다.

예외

null이 아니고 절대 URI가 아닌 값으로 설정하려는 시도가 발생합니다.

설명

ClassReference 요소입니다. 에 정의 된 URI 상수 중 하나일 수 있습니다이 AuthenticationContextClasses 클래스입니다.

적용 대상