Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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
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.