RsaProtectedConfigurationProvider.Decrypt(XmlNode) Método

Definición

Descifra el nodo de XML que se le pasó.

public:
 override System::Xml::XmlNode ^ Decrypt(System::Xml::XmlNode ^ encryptedNode);
public:
 override System::Xml::XmlNode ^ Decrypt(System::Xml::XmlNode ^ encrypted_node);
public override System.Xml.XmlNode Decrypt (System.Xml.XmlNode encryptedNode);
public override System.Xml.XmlNode Decrypt (System.Xml.XmlNode encrypted_node);
override this.Decrypt : System.Xml.XmlNode -> System.Xml.XmlNode
override this.Decrypt : System.Xml.XmlNode -> System.Xml.XmlNode
Public Overrides Function Decrypt (encryptedNode As XmlNode) As XmlNode
Public Overrides Function Decrypt (encrypted_node As XmlNode) As XmlNode

Parámetros

encryptedNodeencrypted_node
XmlNode

Objeto XmlNode que se va a descifrar.

Devoluciones

XmlNode

Nodo XML descifrado.

Se aplica a