Constructor HttpsOptions
HttpsOptions(X509Certificate)
Initializes a new instance of the HttpsOptions class.
public HttpsOptions(X509Certificate certificate)
Parameters
certificate
X509CertificateThe X509Certificate used to encrypt data between the client and the server.