scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x0200128F RID: 4751
|
||||
[Token(Token = "0x200128F")]
|
||||
[StructLayout(3)]
|
||||
public interface ICertificateVerifyer
|
||||
{
|
||||
// Token: 0x0600760C RID: 30220
|
||||
[Token(Token = "0x600760C")]
|
||||
[Address(Slot = "0")]
|
||||
bool IsValid(Uri targetUri, X509CertificateStructure[] certs);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user