Saml2AuthenticationContext.DeclarationReference 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증 컨텍스트 선언을 식별하는 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입니다.
예외
null
이 아니고 절대 URI가 아닌 값으로 설정하려는 시도가 발생합니다.
설명
AuthnContextDeclRef 요소입니다. 값으로 선언 기본 구현에서 지원 되지 않습니다. 설명 부분 참조는 Saml2AuthenticationContext 클래스 항목에 대 한 자세한 내용은 합니다.