次の方法で共有


Saml2SecurityTokenHandler.WriteAttribute(XmlWriter, Saml2Attribute) メソッド

定義

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

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

パラメーター

writer
XmlWriter

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

data
Saml2Attribute

書き込むデータ。

例外

datanullです。

または

writernullです。

適用対象