This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
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;
}
}
}