SslProtocolMinMaxVersion Enumeration | Table of Content | SslSettings Properties![]() |
| SslSettings Class |
Namespace: FIXForge.NET.FIX
public class SslSettings : IDisposable
The SslSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| CaFile |
Path to the trusted certification authority certificate file in (Privacy Enhanced Mail) Base64 encoded (.pem) format.
| |
| CertificateFile |
Path to the SSL certificate file in PEM (base 64 encoded) format.
| |
| MaxProtocolVersion |
The maximal SSL/TLS protocol version that will be declared during the SSL/TLS handshake.
| |
| MinProtocolVersion |
The minimal SSL/TLS protocol version that will be declared during the SSL/TLS handshake.
| |
| PrivateKeyFile |
Path to the SSL private key file in PEM (base 64 encoded) format.
| |
| PrivateKeyPassword |
Password to open SSL private key file.
| |
| VerifyPeer |
Option to request peer certificates and perform the certificate verification
|
| Name | Description | |
|---|---|---|
| Dispose() | Releases all resources used by the SslSettings | |
| Dispose(Boolean) | Releases the unmanaged resources used by the SslSettings and optionally releases the managed resources | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |