Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

37 lines
1019 B
C#

using System;
using System.Security.Cryptography.X509Certificates;
using Cpp2IlInjected;
using Mono.Security.Interface;
namespace Mono.Net.Security
{
// Token: 0x02000068 RID: 104
[Token(Token = "0x2000068")]
internal static class SystemCertificateValidator
{
// Token: 0x060001BE RID: 446 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60001BE")]
[Address(RVA = "0x92C9F0", Offset = "0x92B9F0", VA = "0x18092C9F0")]
public static X509Chain CreateX509Chain(X509CertificateCollection certs)
{
return null;
}
// Token: 0x060001BF RID: 447 RVA: 0x00002760 File Offset: 0x00000960
[Token(Token = "0x60001BF")]
[Address(RVA = "0x424690", Offset = "0x423690", VA = "0x180424690")]
internal static bool NeedsChain(MonoTlsSettings settings)
{
return default(bool);
}
// Token: 0x0400011E RID: 286
[Token(Token = "0x400011E")]
private static bool is_macosx;
// Token: 0x0400011F RID: 287
[Token(Token = "0x400011F")]
private static X509KeyUsageFlags s_flags;
}
}