共用方式為


XmlDecryptionTransform.EncryptedXml 屬性

定義

取得或設定含有解密 XML 文件所需金鑰資訊的 EncryptedXml 物件。

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 屬性,其中包含解密檔所需的金鑰資訊。

適用於