RsaProtectedConfigurationProvider.Encrypt(XmlNode) Method

Definition

Encrypts the XML node passed to it.

public:
 override System::Xml::XmlNode ^ Encrypt(System::Xml::XmlNode ^ node);
public override System.Xml.XmlNode Encrypt (System.Xml.XmlNode node);
override this.Encrypt : System.Xml.XmlNode -> System.Xml.XmlNode
Public Overrides Function Encrypt (node As XmlNode) As XmlNode

Parameters

node
XmlNode

The XmlNode to encrypt.

Returns

An encrypted XmlNode object.

Applies to