Table of Contents

Namespace FellowOakDicom.Network.Tls

Classes

DefaultTlsAcceptor

Default implementation of ITlsAcceptor This class requires an X509Certificate that can be passed as name of an certificate that is stored in windows certificate storage or as a certificate file

DefaultTlsInitiator

Default implementation of ITlsInitiator. This implementation will use windows certificate store in order to validate the server certificate

Interfaces

ITlsAcceptor

This is an interface for all handlers that accept tls connections

ITlsInitiator

An interface for all handlers that initiate tls connections