다음을 통해 공유


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 특성입니다.

예외

writer이(가) null인 경우

또는

data이(가) null인 경우

적용 대상