共用方式為


IXmlDecryptor.Decrypt(XElement) 方法

定義

解密指定的 XML 專案。

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

參數

encryptedElement
XElement

加密的 XML 專案。

傳回

的解密形式 encryptedElement

備註

這個方法的實作不得將 所提供的 encryptedElement 實例變動 XElement

適用於