27 lines
732 B
C#
27 lines
732 B
C#
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;
|
|
}
|
|
}
|