Saml2SecurityTokenHandler.ReadAuthenticationContext(XmlReader) Método

Definición

Lee el 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

XmlReader situado en el elemento que se va a leer.

Devoluciones

Saml2AuthenticationContext que representa el elemento AuthnContext que se lee.

Excepciones

reader es null.

Comentarios

La implementación predeterminada no controla el elemento saml:AuthnContextDecl> opcional<. Para controlar las declaraciones de contexto de autenticación por valor, invalide este método.

Se aplica a