SSLOptions PropertiesNetworkComms.Net Help
The SSLOptions type exposes the following members.
Properties

  NameDescription
Public propertyAllowSelfSignedCertificate
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.
Public propertyAuthenticated
True once the SSL handshake has been authenticated
Public propertyCertificate
A suitable certificate
Public propertyCertificateName
The certificate name
Public propertyRequireMutualAuthentication
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.
Public propertySSLEnabled
True if SSL has been enabled
Back to Top
See Also