![]() |
MTSC
1.0.5
Build TCP servers out of modules with handlers for communication, exception and logging.
|
Handler that encrypts the communication. More...
Public Member Functions | |
| EncryptionHandler (RSACryptoServiceProvider rsa) | |
| Creates an instance of EncryptionHandler. More... | |
Handler that encrypts the communication.
Definition at line 13 of file EncryptionHandler.cs.
| MTSC.Server.Handlers.EncryptionHandler.EncryptionHandler | ( | RSACryptoServiceProvider | rsa | ) |
Creates an instance of EncryptionHandler.
| rsa | Symmetrical algorithm to be used for end-to-end encryption. |
| server | Server object managed by the handler. |
Definition at line 39 of file EncryptionHandler.cs.