using System; namespace System.Security { /// Identifies types or members as security-critical and safely accessible by transparent code. // Token: 0x020005D5 RID: 1493 [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = false)] [MonoTODO("Only supported by the runtime when CoreCLR is enabled")] public sealed class SecuritySafeCriticalAttribute : Attribute { } }