Files
Aug2021-Cpp2IL-Dump/System/Mono/Net/Security/SystemCertificateValidator.cs
T
2026-04-10 22:50:51 +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 = "0x451DE0", Offset = "0x450BE0", VA = "0x180451DE0")]
public static X509Chain CreateX509Chain(X509CertificateCollection certs)
{
return null;
}
// Token: 0x060001BF RID: 447 RVA: 0x00002760 File Offset: 0x00000960
[Token(Token = "0x60001BF")]
[Address(RVA = "0x403930", Offset = "0x402730", VA = "0x180403930")]
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;
}
}