This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.Security.Cryptography
{
// Token: 0x020001D2 RID: 466
[Token(Token = "0x20001D2")]
internal static class CAPI
{
// Token: 0x06000C54 RID: 3156 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C54")]
[Address(RVA = "0x5005D0", Offset = "0x4FF3D0", VA = "0x1805005D0")]
public static string CryptFindOIDInfoNameFromKey(string key, OidGroup oidGroup)
{
return null;
}
// Token: 0x06000C55 RID: 3157 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C55")]
[Address(RVA = "0x4FFF20", Offset = "0x4FED20", VA = "0x1804FFF20")]
public static string CryptFindOIDInfoKeyFromName(string name, OidGroup oidGroup)
{
return null;
}
}
}