Interface TlsSession
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
Base interface for a carrier object for a TLS session.
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()