MTSC  1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
MTSC.Server.Handlers.EncryptionHandler Class Reference

Handler that encrypts the communication. More...

Inheritance diagram for MTSC.Server.Handlers.EncryptionHandler:
MTSC.Server.Handlers.IHandler

Public Member Functions

 EncryptionHandler (RSACryptoServiceProvider rsa)
 Creates an instance of EncryptionHandler. More...
 

Detailed Description

Handler that encrypts the communication.

Definition at line 13 of file EncryptionHandler.cs.

Constructor & Destructor Documentation

◆ EncryptionHandler()

MTSC.Server.Handlers.EncryptionHandler.EncryptionHandler ( RSACryptoServiceProvider  rsa)

Creates an instance of EncryptionHandler.

Parameters
rsaSymmetrical algorithm to be used for end-to-end encryption.
serverServer object managed by the handler.

Definition at line 39 of file EncryptionHandler.cs.


The documentation for this class was generated from the following file: