Partager via


DpapiXmlDecryptor.Decrypt(XElement) Méthode

Définition

Déchiffre l’élément XML spécifié.

public:
 virtual System::Xml::Linq::XElement ^ Decrypt(System::Xml::Linq::XElement ^ encryptedElement);
public System.Xml.Linq.XElement Decrypt (System.Xml.Linq.XElement encryptedElement);
abstract member Decrypt : System.Xml.Linq.XElement -> System.Xml.Linq.XElement
override this.Decrypt : System.Xml.Linq.XElement -> System.Xml.Linq.XElement
Public Function Decrypt (encryptedElement As XElement) As XElement

Paramètres

encryptedElement
XElement

Élément XML chiffré.

Retours

Forme déchiffrée de encryptedElement.

Implémente

S’applique à