Click or drag to resize

SslStatus Properties

Version 94.4.20

The SslStatus type exposes the following members.

Properties
  NameDescription
Public propertyCertStatus
Returns a bitmask containing any and all problems verifying the server certificate. If the certificate is valid then None is returned.
Public propertyContentStatus
Returns a bitmask containing the page security content status.
Public propertyIsSecureConnection
Returns true if the status is related to a secure SSL/TLS connection.
Public propertySslVersion
Returns the SSL version used for the SSL connection.
Public propertyX509Certificate
Returns the X.509 certificate.
Top
See Also