oh dear
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user