Interface TlsSession
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Tls
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public interface TlsSession
Properties
IsResumable
bool IsResumable { get; }
Property Value
SessionID
byte[] SessionID { get; }
Property Value
- byte[]
Methods
ExportSessionParameters()
SessionParameters ExportSessionParameters()
Returns
Invalidate()
void Invalidate()