Files
Jan2021-Cpp2Il-Dump/Assembly-CSharp/BestHTTP/SecureProtocol/Org/BouncyCastle/Crypto/Tls/TlsClientContext.cs
T
2026-04-08 23:40:05 +02:00

14 lines
279 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls
{
// Token: 0x02001589 RID: 5513
[Token(Token = "0x2001589")]
[StructLayout(3)]
public interface TlsClientContext : TlsContext
{
}
}