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
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace System.Security.Cryptography.X509Certificates
{
// Token: 0x020001D9 RID: 473
[Token(Token = "0x20001D9")]
internal class X509Utils
{
// Token: 0x06000C4E RID: 3150 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4E")]
[Address(RVA = "0xC91B40", Offset = "0xC90B40", VA = "0x180C91B40")]
internal static string FindOidInfo(uint keyType, string keyValue, OidGroup oidGroup)
{
return null;
}
// Token: 0x06000C4F RID: 3151 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000C4F")]
[Address(RVA = "0xC91AF0", Offset = "0xC90AF0", VA = "0x180C91AF0")]
internal static string FindOidInfoWithFallback(uint key, string value, OidGroup group)
{
return null;
}
}
}