SamlSecurityTokenHandler.ReadAuthenticationStatement(XmlReader) Método

Definição

Lê-se o <elemento saml:AuthnStatement> ou um <elemento saml:Statement> que especifica um xsi:type de 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

E XmlReader posicionado no elemento para ler.

Devoluções

A SamlAuthenticationStatement que representa o elemento que é lido.

Exceções

reader é null.

Aplica-se a