Udostępnij za pośrednictwem


MetadataSerializer.WriteAttribute(XmlWriter, Saml2Attribute) Metoda

Definicja

Zapisuje <element 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)

Parametry

writer
XmlWriter

Modułu zapisujący XML.

data
Saml2Attribute

Atrybut Saml2.

Wyjątki

writer to null.

-lub-

data to null.

Dotyczy