RsaProtectedConfigurationProvider::Decrypt Method (XmlNode^)

 
Use BaseTrue

Decrypts the XML node passed to it.

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

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

Parameters

encryptedNode
Type: System.Xml::XmlNode^

The XmlNode to decrypt.

Return Value

Type: System.Xml::XmlNode^

The decrypted XML node.

.NET Framework
Available since 2.0
Return to top
Show: