Click or drag to resize
ISslInfo Interface
Version 51.0.0

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

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

The ISslInfo type exposes the following members.

Properties
  NameDescription
Public propertyDerEncoded
Returns the DER encoded data for the X.509 certificate.
Public propertyPemEncoded
Returns the PEM encoded data for the X.509 certificate.
Public propertySerialNumber
Returns the DER encoded serial number for the X.509 certificate. The value possibly includes a leading 00 byte.
Public propertyValidExpiry
Returns the date after which the X.509 certificate is invalid. will return null if no date was specified.
Public propertyValidStart
Returns the date before which the X.509 certificate is invalid. will return null if no date was specified.
Top
See Also