SslOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the SSL options.
public class SslOptions
Constructors
SslOptions() | Initializes a new instance of the SslOptions class. |
Properties
CertificateName | Gets or sets the name of the certificate. |
CertificatePassword | Gets or sets the password for the certificate file. |
CertificatePath | Gets or sets the full path to the certificate file. |
CheckCertificateRevocation | Whether to check for certificate revocation. |
Enabled | Whether to enable SSL. |
Protocol | Gets or sets the SSL protocol. |
ValidateCertificateChain | Whether to validate the certificate chain. |
ValidateCertificateName | Whether to validate the certificate name. |
Methods
ToString() |