SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) Metodo

Definizione

Scrive l'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)

Parametri

writer
XmlWriter

Oggetto XmlWriter con cui scrivere i dati.

action
SamlAction

Dati da scrivere.

Eccezioni

action è null.

oppure

writer è null.

Si applica a