IXmlDecryptor.Decrypt(XElement) Method

Definition

Decrypts the specified XML element.

public:
 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
Public Function Decrypt (encryptedElement As XElement) As XElement

Parameters

encryptedElement
XElement

An encrypted XML element.

Returns

The decrypted form of encryptedElement.

Remarks

Implementations of this method must not mutate the XElement instance provided by encryptedElement.

Applies to