The SslProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ClientCertificates | Gets or sets a collection of certificates used to authenticate the client application. | |
| ClientCertificateSelectionCallback | Gets or sets a callback delegate responsible for selecting the client certificate used for authentication. | |
| EnabledSslProtocols | Gets or sets the SSL protocols that can be used for authentication. | |
| GatewayCertificateValidationCallback | Gets or sets a callback delegate responsible for validating the certificate supplied by the Gateway daemon. |
See Also