System.Security.Cryptography.Xml.EncryptedXml.DocumentEvidence Property

Gets or sets the evidence of the System.Xml.XmlDocument object from which the System.Security.Cryptography.Xml.EncryptedXml object is constructed.

Syntax

public System.Security.Policy.Evidence DocumentEvidence { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If the XML document used to create the System.Security.Cryptography.Xml.EncryptedXml object has any security evidence, you should add the evidence to the EncryptedXml.DocumentEvidence property. If you do not set this property, any associated System.Security.Cryptography.Xml.CipherReference objects will not be dereferenced because they will not be granted the required permission set.

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