DpapiProtectedConfigurationProvider.Decrypt(XmlNode) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déchiffre l'objet XmlNode passé.
public:
override System::Xml::XmlNode ^ Decrypt(System::Xml::XmlNode ^ encryptedNode);
public override System.Xml.XmlNode Decrypt (System.Xml.XmlNode encryptedNode);
override this.Decrypt : System.Xml.XmlNode -> System.Xml.XmlNode
Public Overrides Function Decrypt (encryptedNode As XmlNode) As XmlNode
Paramètres
Retours
Objet XmlNode déchiffré.
Exceptions
encryptedNode
n'a pas de Name ayant la valeur "EncryptedData" et de XmlNodeType ayant la valeur Element.
- ou -
encryptedNode
n'a pas de nœud enfant nommé "CipherData" ayant un nœud enfant nommé "CipherValue".
- ou -
Le nœud enfant nommé "CipherData" est un nœud vide.