scripts
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Org.BouncyCastle.Crypto.Tls
|
||||
{
|
||||
// Token: 0x02001290 RID: 4752
|
||||
[Token(Token = "0x2001290")]
|
||||
[StructLayout(3)]
|
||||
public interface IClientCredentialsProvider
|
||||
{
|
||||
// Token: 0x0600760D RID: 30221
|
||||
[Token(Token = "0x600760D")]
|
||||
[Address(Slot = "0")]
|
||||
TlsCredentials GetClientCredentials(TlsContext context, CertificateRequest certificateRequest);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user