Example #1
0
 public static void InstantiateSecurityAttributes()
 {
     var t = new SecurityTreatAsSafeAttribute();
     var u = new SecuritySafeCriticalAttribute();
     var v = new SecurityTransparentAttribute();
     var w = new SecurityCriticalAttribute();
     var x = new SuppressUnmanagedCodeSecurityAttribute();
     var y = new UnverifiableCodeAttribute();
     var z = new AllowPartiallyTrustedCallersAttribute();
 }