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
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace Mono.Security.Interface
{
// Token: 0x02000021 RID: 33
[Token(Token = "0x2000021")]
public static class CertificateValidationHelper
{
// Token: 0x060000CF RID: 207 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60000CF")]
[Address(RVA = "0x634510", Offset = "0x633310", VA = "0x180634510")]
internal static ICertificateValidator2 GetInternalValidator(MonoTlsSettings settings, MonoTlsProvider provider)
{
return null;
}
// Token: 0x04000095 RID: 149
[Token(Token = "0x4000095")]
private static readonly bool noX509Chain;
// Token: 0x04000096 RID: 150
[Token(Token = "0x4000096")]
private static readonly bool supportsTrustAnchors;
}
}