ProtonNet Server 1.0
An Open Solution for all your socket or web api needs.
Loading...
Searching...
No Matches
XmobiTea.ProtonNetCommon.SslOptions Class Reference

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.
 

Properties

SslProtocols SslProtocols [get]
 Gets the SSL/TLS protocols to be used.
 
X509Certificate X509Certificate [get]
 Gets the certificate used for SSL/TLS.
 
X509Certificate2Collection Certificates [get]
 Gets the collection of certificates used for SSL/TLS.
 

Detailed Description

Represents the SSL/TLS context used for secure communications.

Constructor & Destructor Documentation

◆ SslOptions()

XmobiTea.ProtonNetCommon.SslOptions.SslOptions ( SslProtocols protocols,
X509Certificate certificate )

Initializes a new instance of the SslOptions class with the specified protocols and certificate.

Parameters
protocolsThe SSL/TLS protocols to be used.
certificateThe certificate used for SSL/TLS.

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