using System; using System.Runtime.InteropServices; namespace System.Security { /// Marks modules containing unverifiable code. This class cannot be inherited. // Token: 0x020005DB RID: 1499 [AttributeUsage(AttributeTargets.Module, AllowMultiple = true, Inherited = false)] [ComVisible(true)] public sealed class UnverifiableCodeAttribute : Attribute { } }