RsaProtectedConfigurationProvider.Decrypt(XmlNode) Method

Definition

Decrypts the XML node passed to it.

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

Parameters

encryptedNode
XmlNode

The XmlNode to decrypt.

Returns

The decrypted XML node.

Applies to