using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Reflection { /// Specifies that the assembly is not fully signed when created. // Token: 0x02000210 RID: 528 [Token(Token = "0x2000210")] [AttributeUsage(AttributeTargets.Assembly)] [ComVisible(true)] public sealed class AssemblyDelaySignAttribute : Attribute { /// Initializes a new instance of the class. /// /// if the feature this attribute represents is activated; otherwise, . // Token: 0x060013C3 RID: 5059 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60013C3")] [Address(RVA = "0x49E320", Offset = "0x49D120", VA = "0x18049E320")] public AssemblyDelaySignAttribute(bool delaySign) { } // Token: 0x04000A13 RID: 2579 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x4000A13")] private bool m_delaySign; } }