Compartir a través de


Saml2SecurityTokenHandler.ReadAttribute(XmlReader) Método

Definición

Lee el elemento <saml:Attribute>.

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

Parámetros

reader
XmlReader

XmlReader situado en el elemento que se va a leer.

Devoluciones

Saml2Assertion que representa el elemento Assertion que se lee.

Excepciones

reader es null.

Comentarios

La implementación predeterminada requiere que el contenido del elemento Attribute sea una cadena simple. Para controlar el contenido complejo o el contenido de tipos simples declarados distintos de xs:string, invalide este método.

Se aplica a