Condividi tramite


XmlDecryptionTransform.EncryptedXml Proprietà

Definizione

Ottiene o imposta un oggetto EncryptedXml contenente informazioni sulle chiavi necessarie per decrittografare un documento 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

Valore della proprietà

Oggetto EncryptedXml contenente informazioni sulle chiavi necessarie per decrittografare un documento XML.

Commenti

È necessario passare un EncryptedXml oggetto alla EncryptedXml proprietà che contiene le informazioni sulla chiave necessarie per decrittografare il documento.

Si applica a