Поделиться через


SamlSecurityTokenHandler.WriteAttributeValue Метод

Определение

Записывает значение saml:Attribute.

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)

Параметры

writer
XmlWriter

Класс XmlWriter, с помощью которого осуществляется запись.

value
String

Строка, содержащая значение атрибута для записи.

attribute
SamlAttribute

Объект SamlAttribute, представляющий атрибут, значение которого записывается.

Исключения

writer имеет значение null.

Комментарии

По умолчанию метод записывает значение в виде строки.

Применяется к