Files
2026-04-10 22:50:51 +02:00

13 lines
368 B
C#

using System;
using Cpp2IlInjected;
namespace System.Security.AccessControl
{
/// <summary>Provides the ability to control access to a cryptographic key object without direct manipulation of an Access Control List (ACL).</summary>
// Token: 0x020003BA RID: 954
[Token(Token = "0x20003BA")]
public sealed class CryptoKeySecurity : NativeObjectSecurity
{
}
}