13 lines
521 B
C#
13 lines
521 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Security.AccessControl
|
|
{
|
|
/// <summary>Provides the ability to control access to objects without direct manipulation of Access Control Lists (ACLs). This class is the abstract base class for the <see cref="T:System.Security.AccessControl.CommonObjectSecurity" /> and <see cref="T:System.Security.AccessControl.DirectoryObjectSecurity" /> classes.</summary>
|
|
// Token: 0x020003D8 RID: 984
|
|
[Token(Token = "0x20003D8")]
|
|
public abstract class ObjectSecurity
|
|
{
|
|
}
|
|
}
|