Sdílet prostřednictvím


Saml2SecurityTokenHandler.WriteAction(XmlWriter, Saml2Action) Metoda

Definice

Zapíše <element 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)

Parametry

writer
XmlWriter

Pomocí XmlWriter kterého chcete zapsat data.

data
Saml2Action

Data, která se mají zapsat.

Výjimky

data je null.

-nebo-

writer je null.

Platí pro