EncryptedXml.DocumentEvidence Property

Definition

Gets or sets the evidence of the XmlDocument object from which the EncryptedXml object is constructed.

public:
 property System::Security::Policy::Evidence ^ DocumentEvidence { System::Security::Policy::Evidence ^ get(); void set(System::Security::Policy::Evidence ^ value); };
public System.Security.Policy.Evidence DocumentEvidence { get; set; }
public System.Security.Policy.Evidence? DocumentEvidence { get; set; }
member this.DocumentEvidence : System.Security.Policy.Evidence with get, set
Public Property DocumentEvidence As Evidence

Property Value

An Evidence object.

Remarks

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

Applies to