using System; using Cpp2IlInjected; namespace System.Security { /// Identifies types or members as security-critical and safely accessible by transparent code. // Token: 0x020003A0 RID: 928 [Token(Token = "0x20003A0")] [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: 0x0600203A RID: 8250 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x600203A")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public SecuritySafeCriticalAttribute() { } } }