Condividi tramite


Saml2SecurityTokenHandler.ReadAttributeValue Metodo

Definizione

Legge un valore di attributo.

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

Parametri

reader
XmlReader

Un XmlReader posizionato presso l'elemento da leggere.

attribute
Saml2Attribute

Attributo da leggere.

Restituisce

Stringa che contiene il valore dell'attributo.

Eccezioni

reader è null.

Si applica a