XmlDecryptionTransform.EncryptedXml 属性

定义

获取或设置一个 EncryptedXml 对象,该对象包含有关解密 XML 文档所必需的密钥的信息。

public:
 property System::Security::Cryptography::Xml::EncryptedXml ^ EncryptedXml { System::Security::Cryptography::Xml::EncryptedXml ^ get(); void set(System::Security::Cryptography::Xml::EncryptedXml ^ value); };
public System.Security.Cryptography.Xml.EncryptedXml EncryptedXml { get; set; }
member this.EncryptedXml : System.Security.Cryptography.Xml.EncryptedXml with get, set
Public Property EncryptedXml As EncryptedXml

属性值

包含有关解密 XML 文档所必需的密钥信息的 EncryptedXml 对象。

注解

必须将 对象传递给EncryptedXmlEncryptedXml包含解密文档所需的密钥信息的属性。

适用于