| ISslInfo Interface |
[Missing <summary> documentation for "T:CefSharp.ISslInfo"]
Namespace: CefSharp
The ISslInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| DerEncoded |
Returns the DER encoded data for the X.509 certificate.
| |
| PemEncoded |
Returns the PEM encoded data for the X.509 certificate.
| |
| SerialNumber |
Returns the DER encoded serial number for the X.509 certificate. The value
possibly includes a leading 00 byte.
| |
| ValidExpiry |
Returns the date after which the X.509 certificate is invalid.
will return null if no date was specified.
| |
| ValidStart |
Returns the date before which the X.509 certificate is invalid.
will return null if no date was specified.
|