SamlSecurityTokenHandler.WriteAttributeValue Method

Definition

Writes the saml:Attribute value.

protected:
 virtual void WriteAttributeValue(System::Xml::XmlWriter ^ writer, System::String ^ value, System::IdentityModel::Tokens::SamlAttribute ^ attribute);
protected virtual void WriteAttributeValue (System.Xml.XmlWriter writer, string value, System.IdentityModel.Tokens.SamlAttribute attribute);
abstract member WriteAttributeValue : System.Xml.XmlWriter * string * System.IdentityModel.Tokens.SamlAttribute -> unit
override this.WriteAttributeValue : System.Xml.XmlWriter * string * System.IdentityModel.Tokens.SamlAttribute -> unit
Protected Overridable Sub WriteAttributeValue (writer As XmlWriter, value As String, attribute As SamlAttribute)

Parameters

writer
XmlWriter

The XmlWriter with which to write.

value
String

A string that contains the attribute value to be written.

attribute
SamlAttribute

A SamlAttribute that represents the attribute whose value is being written.

Exceptions

writer is null.

Remarks

By default the method writes the value as a string.

Applies to