SamlSecurityTokenHandler.ReadAttributeValue(XmlReader, SamlAttribute) Metodo

Definizione

Legge un valore di attributo.

protected:
 virtual System::String ^ ReadAttributeValue(System::Xml::XmlReader ^ reader, System::IdentityModel::Tokens::SamlAttribute ^ attribute);
protected virtual string ReadAttributeValue (System.Xml.XmlReader reader, System.IdentityModel.Tokens.SamlAttribute attribute);
abstract member ReadAttributeValue : System.Xml.XmlReader * System.IdentityModel.Tokens.SamlAttribute -> string
override this.ReadAttributeValue : System.Xml.XmlReader * System.IdentityModel.Tokens.SamlAttribute -> string
Protected Overridable Function ReadAttributeValue (reader As XmlReader, attribute As SamlAttribute) As String

Parametri

reader
XmlReader

Un XmlReader posizionato presso l'elemento da leggere.

attribute
SamlAttribute

Attributo da leggere.

Restituisce

Stringa che contiene il valore dell'attributo.

Eccezioni

reader è null.

Si applica a