Saml2SecurityTokenHandler.WriteAttributeValue 方法

定义

写入 saml:特性值。

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

参数

writer
XmlWriter

用于写入的 XmlWriter

value
String

一个包含要被写入的特性值的字符串。

attribute
Saml2Attribute

表示要写入的值的特性的 Saml2Attribute

例外

writernull

注解

默认情况下, 方法将值写入字符串。

适用于