共用方式為


NullXmlDecryptor.Decrypt(XElement) 方法

定義

解密指定的 XML 專案。

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

參數

encryptedElement
XElement

加密的 XML 專案。

傳回

的解密形式 encryptedElement

實作

適用於