Saml2SecurityTokenHandler.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::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

E XmlReader posicionado no elemento para ler.

Devoluções

A Saml2AuthenticationStatement que representa o elemento que é lido.

Exceções

reader é null.

Aplica-se a