SslOptions Class
Namespace: Hazelcast.Networking
Assembly: Hazelcast.Net.dll
Represents the SSL options.
public class SslOptions
  Inherited Members
Constructors
| Name | Description | 
|---|---|
| SslOptions() | Initializes a new instance of the SslOptions class.  | 
      
Properties
| Name | Description | 
|---|---|
| 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
| Name | Description | 
|---|---|
| ToString() | Returns a string that represents the current object.  |