Compartir a través de


NullXmlDecryptor.Decrypt(XElement) Método

Definición

Descifra el elemento XML especificado.

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

Parámetros

encryptedElement
XElement

Elemento XML cifrado.

Devoluciones

Forma descifrada de encryptedElement.

Implementaciones

Se aplica a