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

적용 대상