次の方法で共有


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 オブジェクト。

注釈

ドキュメントの暗号化を解除するためにEncryptedXml必要なEncryptedXmlキー情報を含む オブジェクトを プロパティに渡す必要があります。

適用対象