Compartir a través de


MetadataSerializer.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

Lector XML.

Devoluciones

El atributo Saml2.

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