RsaProtectedConfigurationProvider::Encrypt Method (XmlNode^)

 
Use BaseTrue

Encrypts the XML node passed to it.

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

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

Parameters

node
Type: System.Xml::XmlNode^

The XmlNode to encrypt.

Return Value

Type: System.Xml::XmlNode^

An encrypted XmlNode object.

.NET Framework
Available since 2.0
Return to top
Show: