Partage via


Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) Méthode

Définition

Écrit l’élément <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)

Paramètres

writer
XmlWriter

XmlWriter à l'aide duquel écrire les données.

data
Saml2Action

Données à écrire.

Exceptions

data a la valeur null.

-ou-

writer a la valeur null.

S’applique à