MetadataSerializer.WriteAttribute(XmlWriter, Saml2Attribute) Metod

Definition

Skriver elementet <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)

Parametrar

writer
XmlWriter

XML-skrivaren.

data
Saml2Attribute

Saml2-attributet.

Undantag

writer är null.

-eller-

data är null.

Gäller för