CompilerParameters.Evidence Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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.
Spécifie un objet de preuve qui représente les autorisations accordées par la stratégie de sécurité à l'assembly compilé.
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
Valeur de propriété
Objet qui représente les autorisations de stratégie de sécurité pour accorder l’assembly compilé.
- Attributs