SamlSecurityTokenHandler.ReadAttributeValue(XmlReader, SamlAttribute) Method

Definition

Reads an attribute value.

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

Parameters

reader
XmlReader

An XmlReader positioned at the element to read.

attribute
SamlAttribute

The attribute being read.

Returns

A string that contains the attribute value.

Exceptions

reader is null.

Applies to