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입니다.

반환

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

예외

reader이(가) null인 경우

설명

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

적용 대상