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 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 = "0x1059100", Offset = "0x1058100", VA = "0x181059100")]
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;
}
}