| Flags | Type | Name | Summary |
|---|---|---|---|
| public | |
AcceptablePolicyErrors (rw)
|
Retrieve or set the set of ssl policy errors that are deemed acceptable |
| public | |
CertPassphrase (rw)
|
Retrieve or set the path to client certificate. |
| public | |
CertPath (rw)
|
Retrieve or set the path to client certificate. |
| public | |
Certs (r)
|
Convenience read-only property to retrieve an X509CertificateCollection containing the client certificate |
| public | |
Enabled (rw)
|
Flag specifying if Ssl should indeed be used |
| public | |
ServerName (rw)
|
Retrieve or set server's Canonical Name. This MUST match the CN on the Certificate else the SSL connection will fail |
| public | |
Version (rw)
|
Retrieve or set the Ssl protocol version |
| Flags | Name | Summary |
|---|---|---|
| public | SslOption()
|
Construct an SslOption with no parameters set |
| public | SslOption(string serverName)
|
Construct an SslOption with just the server cannonical name. The Certificate path is set to an empty string |
| public | SslOption(string serverName, string certPath, bool enabled)
|
Construct an SslOption specifying both the server cannonical name and the client's certificate path. |