Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

27 lines
742 B
C#

using System;
using Cpp2IlInjected;
namespace System.Security.Cryptography
{
// Token: 0x020001CE RID: 462
[Token(Token = "0x20001CE")]
internal static class CAPI
{
// Token: 0x06000C3E RID: 3134 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C3E")]
[Address(RVA = "0xC73970", Offset = "0xC72970", VA = "0x180C73970")]
public static string CryptFindOIDInfoNameFromKey(string key, OidGroup oidGroup)
{
return null;
}
// Token: 0x06000C3F RID: 3135 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C3F")]
[Address(RVA = "0xC732C0", Offset = "0xC722C0", VA = "0x180C732C0")]
public static string CryptFindOIDInfoKeyFromName(string name, OidGroup oidGroup)
{
return null;
}
}
}