using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Security.Permissions { /// Specifies the base attribute class for code access security. // Token: 0x020003B0 RID: 944 [Token(Token = "0x20003B0")] [Obsolete] [ComVisible(true)] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)] [Obsolete("CAS support is not available with Silverlight applications.")] [Serializable] public abstract class CodeAccessSecurityAttribute : SecurityAttribute { } }