In This Topic
The following tables list the members exposed by SslOptions.
Public Constructors
Public Properties
| Name | Description |
 | CACert | Gets or sets location of authority certificate. |
 | Cert | Gets or sets location of client certificate. |
 | CipherList | List of ciphers that client agrees to use. |
 | Key | Gets or sets location of user's private key. |
 | TlsProtocol | Determines the preferred TLS protocol version reported to a server when establishing a secure connection. |
Top
Public Methods
| Name | Description |
 | ToString | Returns a string that represents the current object. |
Top
See Also