using System; using Cpp2IlInjected; namespace System.Security { /// Identifies types or members as security-critical and safely accessible by transparent code. // Token: 0x020003BC RID: 956 [Token(Token = "0x20003BC")] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Interface | AttributeTargets.Delegate)] public sealed class SecuritySafeCriticalAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002246 RID: 8774 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002246")] [Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")] public SecuritySafeCriticalAttribute() { } } }