Partager via


Saml2Serializer.ReadAttributeValue Method

Definition

Reads an attribute value.

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

Parameters

reader
XmlDictionaryReader

A XmlReader positioned at a Saml2Attribute.

Returns

The attribute value as a string.

Exceptions

The input parameter 'reader' is null.

Applies to