NullXmlDecryptor.Decrypt(XElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decrypts the specified XML element.
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
Parameters
- encryptedElement
- XElement
An encrypted XML element.
Returns
The decrypted form of encryptedElement
.