Files
Aug2021-Cpp2IL-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Tls/TlsServerContext.cs
T
2026-04-10 22:50:51 +02:00

12 lines
222 B
C#

using System;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x02001B8E RID: 7054
[Token(Token = "0x2001B8E")]
public interface TlsServerContext : TlsContext
{
}
}