Sdílet prostřednictvím


SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) Metoda

Definice

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

Parametry

writer
XmlWriter

Hodnota XmlWriter , pomocí které se mají zapisovat data.

action
SamlAction

Data k zápisu.

Výjimky

action je null.

-nebo-

writer je null.

Platí pro