[This is preliminary documentation and is subject to change.]
The CefSslInfo type exposes the following members.Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the CefSslInfo | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DerEncoded |
Returns the DER encoded data for the X.509 certificate.
| |
Issuer |
Returns the issuer of 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.
| |
Subject |
Returns the subject of the X.509 certificate. For HTTPS server
certificates this represents the web server. The common name of the
subject should match the host name of the web server.
| |
ValidExpiry |
Returns the date after which the X.509 certificate is invalid.
CefTime.GetTimeT() will return 0 if no date was specified.
| |
ValidStart |
Returns the date before which the X.509 certificate is invalid.
CefTime.GetTimeT() will return 0 if no date was specified.
|
See Also