Click or drag to resize

SslStatus Class

Version 94.4.20
Class representing the SSL information for a navigation entry.
Inheritance Hierarchy
SystemObject
  CefSharpSslStatus

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public sealed class SslStatus

The SslStatus type exposes the following members.

Constructors
  NameDescription
Public methodSslStatus
SslStatus
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also