Saml2SecurityTokenHandler.ReadAuthenticationStatement(XmlReader) Método

Definição

Lê o <elemento saml:AuthnStatement> ou um <elemento saml:Statement> que especifica um xsi:type de saml:AuthnStatementType.

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

Parâmetros

reader
XmlReader

Um XmlReader posicionado no elemento a ser lido.

Retornos

Um Saml2AuthenticationStatement que representa o elemento que é lido.

Exceções

reader é null.

Aplica-se a