SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) Método

Definição

Grava o elemento <saml:Action>.

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)

Parâmetros

writer
XmlWriter

O XmlWriter com o qual gravar os dados.

action
SamlAction

Os dados a serem gravados.

Exceções

action é null.

- ou -

writer é null.

Aplica-se a