다음을 통해 공유


Saml2AuthenticationContext.DeclarationReference 속성

정의

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

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

속성 값

Uri

인증 컨텍스트 선언을 식별하는 Uri입니다.

예외

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

설명

AuthnContextDeclRef 요소입니다. 값으로 선언 기본 구현에서 지원 되지 않습니다. 설명 부분 참조는 Saml2AuthenticationContext 클래스 항목에 대 한 자세한 내용은 합니다.

적용 대상