Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) Metodo

Definizione

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

Parametri

writer
XmlWriter

Oggetto XmlWriter con cui scrivere i dati.

data
Saml2Action

Dati da scrivere.

Eccezioni

data è null.

oppure

writer è null.

Si applica a