Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Método

Definição

Lê-se o <elemento saml:AuthnContext> .

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

Parâmetros

reader
XmlReader

E XmlReader posicionado no elemento para ler.

Devoluções

A Saml2AuthenticationContext que representa o elemento AuthnContext que é lido.

Exceções

reader é null.

Observações

A implementação padrão não gere o elemento opcional <saml:AuthnContextDecl> . Para gerir declarações de contexto de autenticação por valor, substitua este método.

Aplica-se a