Click or drag to resize
ISslInfo Interface
Version 57.0.0

[Missing <summary> documentation for "T:CefSharp.ISslInfo"]

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
public interface ISslInfo

The ISslInfo type exposes the following members.

Properties
  NameDescription
Public propertyCertStatus
Returns a bitmask containing any and all problems verifying the server certificate.
Public propertyX509Certificate
Returns the X.509 certificate.
Top
See Also