SamlSecurityTokenHandler.ReadAttributeValue(XmlReader, SamlAttribute) 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 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
- attribute
- SamlAttribute
The attribute being read.
Returns
A string that contains the attribute value.
Exceptions
reader
is null
.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.