ProtectedConfigurationProvider::Decrypt Method (XmlNode^)

 

Decrypts the passed XmlNode object from a configuration file.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
virtual XmlNode^ Decrypt(
	XmlNode^ encryptedNode
) abstract

Parameters

encryptedNode
Type: System.Xml::XmlNode^

The XmlNode object to decrypt.

Return Value

Type: System.Xml::XmlNode^

The XmlNode object containing decrypted data.

Notes to Implementers:

Override this method to perform custom decryption.

The following example shows how to use Decrypt method to perform custom decryption.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: