SslOptions Class Properties
In This Topic
For a list of all members of this type, see SslOptions members.
Public Properties
| Name | Description |
 | CACert | Gets or sets location of authority certificate. |
 | Cert | Gets or sets the location of the client certificate. |
 | CipherList | Gets or sets list of ciphers that client agrees to use. |
 | Key | Gets or sets location of user's private key. |
 | SslMode | Gets or sets a value that determines whether an SSL connection will be established the server and its priority. |
 | TlsProtocol | Determines the preferred TLS protocol version reported to a server when establishing a secure connection. |
Top
See Also