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


Saml2SecurityTokenHandler.WriteAttributeValue Метод

Определение

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

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, представляющий атрибут, значение которого записывается.

Исключения

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

Комментарии

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

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