Leggere in inglese

Condividi tramite


CompilerParameters.Evidence Proprietà

Definizione

Attenzione

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.

Specifica un oggetto di evidenza che rappresenta le autorizzazioni dei criteri di sicurezza da concedere all'assembly compilato.

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; }

Valore della proprietà

Oggetto che rappresenta le autorizzazioni dei criteri di sicurezza per concedere l'assembly compilato.

Attributi

Si applica a

Prodotto Versioni (Obsoleto)
.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)

Vedi anche