次の方法で共有


SamlSecurityTokenHandler.WriteAttribute(XmlWriter, SamlAttribute) メソッド

定義

<saml:Attribute> 要素を書き込みます。

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

パラメーター

writer
XmlWriter

データの書き込みに使用する XmlWriter

attribute
SamlAttribute

書き込むデータ。

例外

attributenullです。

または

writernullです。

適用対象