CompilerResults.Evidence Property

Definition

Caution

CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.

Indicates the evidence object that represents the security policy permissions of the compiled assembly.

C#
public System.Security.Policy.Evidence Evidence { get; set; }
C#
[System.Obsolete("CAS policy is obsolete and will be removed in a future release of the .NET Framework. Please see http://go2.microsoft.com/fwlink/?LinkId=131738 for more information.")]
public System.Security.Policy.Evidence Evidence { get; set; }

Property Value

An Evidence object that represents the security policy permissions of the compiled assembly.

Attributes

Applies to

Product Versions (Obsolete)
.NET Framework 1.1, 2.0, 3.0, 3.5 (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)

See also