oh dear
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Security.Cryptography.X509Certificates
|
||||
{
|
||||
// Token: 0x020001DD RID: 477
|
||||
[Token(Token = "0x20001DD")]
|
||||
internal class X509Utils
|
||||
{
|
||||
// Token: 0x06000C64 RID: 3172 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000C64")]
|
||||
[Address(RVA = "0x51E8D0", Offset = "0x51D6D0", VA = "0x18051E8D0")]
|
||||
internal static string FindOidInfo(uint keyType, string keyValue, OidGroup oidGroup)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x06000C65 RID: 3173 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x6000C65")]
|
||||
[Address(RVA = "0x51E880", Offset = "0x51D680", VA = "0x18051E880")]
|
||||
internal static string FindOidInfoWithFallback(uint key, string value, OidGroup group)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user