DpapiProtectedConfigurationProvider::Decrypt Method (XmlNode^)
.NET Framework (current version)
Decrypts the passed XmlNode object.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- encryptedNode
-
Type:
System.Xml::XmlNode^
The XmlNode object to decrypt.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | encryptedNode does not have Name set to "EncryptedData" and XmlNodeType set to Element. - or - encryptedNode does not have a child node named "CipherData" with a child node named "CipherValue". - or - The child node named "CipherData" is an empty node. |
.NET Framework
Available since 2.0
Available since 2.0
Show: