次の方法で共有


MetadataSerializer.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

XML ライター。

data
Saml2Attribute

Saml2 属性。

例外

writernullです。

または

datanullです。

適用対象