The SSLOptions type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | AllowSelfSignedCertificate |
If true self signed certificates may be used successfully. CAUTION: Allowing self signed certificates makes it
significantly easier for a remote peer to impersonate someone.
|
![]() | Authenticated |
True once the SSL handshake has been authenticated
|
![]() | Certificate |
A suitable certificate
|
![]() | CertificateName |
The certificate name
|
![]() | RequireMutualAuthentication |
If true the client must set the correct certificate in its SSLOptions. If false
all the client requires to successfully connect is the certificate name.
|
![]() | SSLEnabled |
True if SSL has been enabled
|
See Also