This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,31 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x02001573 RID: 5491
[Token(Token = "0x2001573")]
[StructLayout(3)]
public abstract class ServerOnlyTlsAuthentication : TlsAuthentication
{
// Token: 0x060091E9 RID: 37353
[Token(Token = "0x60091E9")]
[Address(Slot = "6")]
public abstract void NotifyServerCertificate(Certificate serverCertificate);
// Token: 0x060091EA RID: 37354 RVA: 0x00205B44 File Offset: 0x00203D44
[Token(Token = "0x60091EA")]
[Address(RVA = "0x3F8880", Offset = "0x3F7280", VA = "0x1803F8880", Slot = "5")]
public TlsCredentials GetClientCredentials(TlsContext context, CertificateRequest certificateRequest)
{
}
// Token: 0x060091EB RID: 37355 RVA: 0x00205B54 File Offset: 0x00203D54
[Token(Token = "0x60091EB")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
protected ServerOnlyTlsAuthentication()
{
}
}
}