CompilerParameters.Evidence Propriedade
Definição
Cuidado
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.
Especifica um objeto de evidência que representa as permissões de política de segurança a conceder ao assembly compilado.Specifies an evidence object that represents the security policy permissions to grant the compiled assembly.
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
Valor da propriedade
Um objeto que representa as permissões de política de segurança para conceder o assembly compilado.An object that represents the security policy permissions to grant the compiled assembly.
- Atributos