When set to a valid X509Certificate (along with PrivateKey) will cause the server to require SSL instead of regular TCP (i.e. the wss:// protocol).
public X509Certificate SslCertificate { get; set; }