Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) 메서드

정의

<saml:Action> 요소를 씁니다.

protected:
 virtual void WriteAction(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2Action ^ data);
protected virtual void WriteAction(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2Action data);
abstract member WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Action -> unit
override this.WriteAction : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2Action -> unit
Protected Overridable Sub WriteAction (writer As XmlWriter, data As Saml2Action)

매개 변수

writer
XmlWriter

XmlWriter 데이터를 쓸 수 있는 데이터입니다.

data
Saml2Action

쓸 데이터입니다.

예외

datanull입니다.

-또는-

writernull입니다.

적용 대상