다음을 통해 공유


Saml2AuthenticationStatement.AuthenticationContext 속성

정의

이 문을 생성한 인증 이벤트까지 포함하여 인증 기관에서 사용하는 컨텍스트를 가져오거나 설정합니다. [Saml2Core, 2.7.2]

public:
 property System::IdentityModel::Tokens::Saml2AuthenticationContext ^ AuthenticationContext { System::IdentityModel::Tokens::Saml2AuthenticationContext ^ get(); void set(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ value); };
public System.IdentityModel.Tokens.Saml2AuthenticationContext AuthenticationContext { get; set; }
member this.AuthenticationContext : System.IdentityModel.Tokens.Saml2AuthenticationContext with get, set
Public Property AuthenticationContext As Saml2AuthenticationContext

속성 값

컨텍스트를 나타내는 Saml2AuthenticationContext입니다.

예외

null인 값을 설정하려고 시도하는 경우

설명

AuthnContext 요소입니다. 이 요소는 필수 요소입니다.

적용 대상