IXmlDecryptor.Decrypt(XElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
解密指定的 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
。
注解
此方法的实现不得改变 XElement 提供的 encryptedElement
实例。