Aracılığıyla paylaş


SamlSecurityTokenHandler.WriteAction(XmlWriter, SamlAction) Yöntem

Tanım

<saml:Action> öğesini yazar.

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)

Parametreler

writer
XmlWriter

XmlWriter Verilerin yazıldığı yer.

action
SamlAction

Yazacak veriler.

Özel durumlar

action, null değeridir.

-veya-

writer, null değeridir.

Şunlara uygulanır