using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System.Security.Permissions { /// Specifies the base attribute class for declarative security from which is derived. // Token: 0x020003B5 RID: 949 [Token(Token = "0x20003B5")] [Obsolete] [ComVisible(true)] [Obsolete("CAS support is not available with Silverlight applications.")] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method)] [Serializable] public abstract class SecurityAttribute : Attribute { } }