CompilerParameters.Evidence 属性

定义

注意

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:
 property System::Security::Policy::Evidence ^ Evidence { System::Security::Policy::Evidence ^ get(); void set(System::Security::Policy::Evidence ^ value); };
public System.Security.Policy.Evidence Evidence { get; set; }
[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; }
member this.Evidence : System.Security.Policy.Evidence with get, set
[<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.")>]
member this.Evidence : System.Security.Policy.Evidence with get, set
Public Property Evidence As Evidence

属性值

一个 对象,表示授予已编译程序集的安全策略权限。

属性

适用于

另请参阅