Saml2SecurityTokenHandler.ReadAttributeValue Method

Definition

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

Parameters

reader
XmlReader

An XmlReader positioned at the element to read.

attribute
Saml2Attribute

The attribute being read.

Returns

A string that contains the attribute value.

Exceptions

reader is null.

Applies to