System.Security.Cryptography.Xml.XmlDecryptionTransform.EncryptedXml Property

Gets or sets an System.Security.Cryptography.Xml.EncryptedXml object that contains information about the keys necessary to decrypt an XML document.

Syntax

public EncryptedXml EncryptedXml { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

You must pass an System.Security.Cryptography.Xml.EncryptedXml object to the XmlDecryptionTransform.EncryptedXml property that contains the necessary key information to decrypt the document.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0