Condividi tramite


NullXmlDecryptor.Decrypt(XElement) Metodo

Definizione

Decrittografa l'elemento XML specificato.

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

Parametri

encryptedElement
XElement

Elemento XML crittografato.

Restituisce

Forma decrittografata di encryptedElement.

Implementazioni

Si applica a