Table of Contents

Interface TlsSession

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface TlsSession

Properties

IsResumable

bool IsResumable { get; }

Property Value

bool

SessionID

byte[] SessionID { get; }

Property Value

byte[]

Methods

ExportSessionParameters()

SessionParameters ExportSessionParameters()

Returns

SessionParameters

Invalidate()

void Invalidate()