Saml2SecurityTokenHandler.ReadAttributeValue(XmlReader, Saml2Attribute) Método

Definição

Lê um valor de atributo.Reads an attribute value.

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

Parâmetros

reader
XmlReader

Um XmlReader posicionado no elemento a ser lido.An XmlReader positioned at the element to read.

attribute
Saml2Attribute

O atributo que está sendo lido.The attribute being read.

Retornos

String

Uma cadeia de caracteres que contém o valor do atributo.A string that contains the attribute value.

Exceções

reader é null.reader is null.

Aplica-se a