Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +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: 0x020003D6 RID: 982
[Token(Token = "0x20003D6")]
public sealed class CryptoKeySecurity : NativeObjectSecurity
{
}
}