Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) Method

Definition

Writes the <saml:Action> element.

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)

Parameters

writer
XmlWriter

The XmlWriter with which to write the data.

data
Saml2Action

The data to write.

Exceptions

data is null.

-or-

writer is null.

Applies to