init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Org.BouncyCastle.Crypto.Tls;
|
||||
|
||||
public interface TlsSession
|
||||
{
|
||||
byte[] SessionID { get; }
|
||||
|
||||
bool IsResumable { get; }
|
||||
|
||||
SessionParameters ExportSessionParameters();
|
||||
|
||||
void Invalidate();
|
||||
}
|
||||
Reference in New Issue
Block a user