Udostępnij za pośrednictwem


Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) Metoda

Definicja

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

Parametry

writer
XmlWriter

Element XmlWriter , za pomocą którego mają być zapisywane dane.

data
Saml2Action

Dane do zapisu.

Wyjątki

data to null.

-lub-

writer to null.

Dotyczy