EncryptedXmlDecryptor.Decrypt(XElement) 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’é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
.