Table of Contents

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

bool

SessionID

byte[] SessionID { get; }

Property Value

byte[]

Methods

ExportSessionParameters()

SessionParameters ExportSessionParameters()

Returns

SessionParameters

Invalidate()

void Invalidate()