ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
|
Represents the SSL/TLS context used for secure communications. More...
Public Member Functions | |
SslOptions (SslProtocols protocols, X509Certificate certificate) | |
Initializes a new instance of the SslOptions class with the specified protocols and certificate. | |
Represents the SSL/TLS context used for secure communications.
XmobiTea.ProtonNetCommon.SslOptions.SslOptions | ( | SslProtocols | protocols, |
X509Certificate | certificate ) |
Initializes a new instance of the SslOptions class with the specified protocols and certificate.
protocols | The SSL/TLS protocols to be used. |
certificate | The certificate used for SSL/TLS. |