Saml2SecurityTokenHandler.ReadAttributeValue Метод

Определение

Считывает значение атрибута.

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

Параметры

reader
XmlReader

Объект XmlReader, размещаемый на элементе для чтения.

attribute
Saml2Attribute

Считываемый атрибут.

Возвращаемое значение

Строка, содержащая значение атрибута.

Исключения

reader имеет значение null.

Применяется к