a
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security.Permissions
|
||||
{
|
||||
/// <summary>Specifies the base attribute class for code access security.</summary>
|
||||
// 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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user