Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) 메서드

정의

<saml:AuthnContext 요소를 읽습니다>.

protected:
 virtual System::IdentityModel::Tokens::Saml2AuthenticationContext ^ ReadAuthenticationContext(System::Xml::XmlReader ^ reader);
protected virtual System.IdentityModel.Tokens.Saml2AuthenticationContext ReadAuthenticationContext(System.Xml.XmlReader reader);
abstract member ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
override this.ReadAuthenticationContext : System.Xml.XmlReader -> System.IdentityModel.Tokens.Saml2AuthenticationContext
Protected Overridable Function ReadAuthenticationContext (reader As XmlReader) As Saml2AuthenticationContext

매개 변수

reader
XmlReader

XmlReader 읽을 요소에 배치된 요소입니다.

반품

Saml2AuthenticationContext 읽는 AuthnContext 요소를 나타내는 A입니다.

예외

readernull입니다.

설명

기본 구현은 선택적 <saml:AuthnContextDecl> 요소를 처리하지 않습니다. 값별 인증 컨텍스트 선언을 처리하려면 이 메서드를 재정의합니다.

적용 대상