using System; using Cpp2IlInjected; namespace System.Security { /// Specifies that code or an assembly performs security-critical operations. // Token: 0x0200039F RID: 927 [Token(Token = "0x200039F")] [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: 0x06002039 RID: 8249 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002039")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public SecurityCriticalAttribute() { } } }