ProtectedConfigurationProvider::Encrypt Method (XmlNode^)

 

Encrypts the passed XmlNode object from a configuration file.

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

public:
virtual XmlNode^ Encrypt(
	XmlNode^ node
) abstract

Parameters

node
Type: System.Xml::XmlNode^

The XmlNode object to encrypt.

Return Value

Type: System.Xml::XmlNode^

The XmlNode object containing encrypted data.

Notes to Implementers:

Override this method to perform custom encryption.

The following example shows how to use Encrypt to perform custom encryption.

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

.NET Framework
Available since 2.0
Return to top
Show: