다음을 통해 공유


Saml2SecurityTokenHandler.ReadStatement(XmlReader) 메서드

정의

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

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

매개 변수

reader
XmlReader

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

반환

읽은 Statement 요소를 나타내는 Saml2Statement입니다.

예외

reader이(가) null인 경우

설명

기본 구현은 saml:AttributeStatementType, saml:AuthnStatementType, 및 saml:AuthzDecisionStatementType xsi: type을 지정 하는 문을 요소 처리 합니다. 사용자 지정 문을 처리 하려면이 메서드를 재정의 합니다.

적용 대상