using System; using Cpp2IlInjected; namespace System.Security { /// Specifies that code or an assembly performs security-critical operations. // Token: 0x020003BB RID: 955 [Token(Token = "0x20003BB")] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate)] public sealed class SecurityCriticalAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002245 RID: 8773 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002245")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public SecurityCriticalAttribute() { } } }