SamlSecurityTokenHandler.ReadAuthenticationStatement(XmlReader) Método

Definição

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

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

Parâmetros

reader
XmlReader

Um XmlReader posicionado no elemento a ser lido.

Retornos

Um SamlAuthenticationStatement que representa o elemento que é lido.

Exceções

reader é null.

Aplica-se a