Click or drag to resize

SslStatus Class

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

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also