CefSslInfo MembersXilium.CefGlue

[This is preliminary documentation and is subject to change.]

The CefSslInfo type exposes the following members.
Methods

  NameDescription
Public methodDispose
Releases all resources used by the CefSslInfo
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodFinalize (Overrides OnlineObject Finalize .)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyDerEncoded
Returns the DER encoded data for the X.509 certificate.
Public propertyIssuer
Returns the issuer of 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 propertySubject
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.
Public propertyValidExpiry
Returns the date after which the X.509 certificate is invalid. CefTime.GetTimeT() will return 0 if no date was specified.
Public propertyValidStart
Returns the date before which the X.509 certificate is invalid. CefTime.GetTimeT() will return 0 if no date was specified.
Back to Top
See Also