13 lines
444 B
C#
13 lines
444 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Security.AccessControl
|
|
{
|
|
/// <summary>Controls 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.NativeObjectSecurity" /> class.</summary>
|
|
// Token: 0x020003B9 RID: 953
|
|
[Token(Token = "0x20003B9")]
|
|
public abstract class CommonObjectSecurity : ObjectSecurity
|
|
{
|
|
}
|
|
}
|