SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) Method

Definition

Writes the <saml:Action> element.

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

Parameters

writer
XmlWriter

The XmlWriter with which to write the data.

action
SamlAction

The data to write.

Exceptions

action is null.

-or-

writer is null.

Applies to