Saml2Serializer.ReadAttributeValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- attribute
- Saml2Attribute
The Saml2Attribute.
Returns
The attribute value as a string.
Exceptions
The input parameter 'reader' is null.