using System; using System.Security.Cryptography.X509Certificates; using Cpp2IlInjected; namespace Mono.Security.Interface { // Token: 0x02000026 RID: 38 // (Invoke) Token: 0x060000EB RID: 235 [Token(Token = "0x2000026")] public delegate bool MonoRemoteCertificateValidationCallback(string targetHost, X509Certificate certificate, X509Chain chain, MonoSslPolicyErrors sslPolicyErrors); }