Files
27Aug2021-Cpp2IL-Dump/Mono.Security/Mono/Security/Interface/MonoRemoteCertificateValidationCallback.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
396 B
C#

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);
}