次の方法で共有


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

例外

writernullです。

注釈

既定では、 メソッドは値を文字列として書き込みます。

適用対象