CefSslInfo Class |
Namespace: Internal.Xilium.CefGlue
public sealed class CefSslInfo : IDisposable
The CefSslInfo type exposes the following members.
Name | Description | |
---|---|---|
CertStatus |
Returns a bitmask containing any and all problems verifying the server
certificate.
| |
DerEncoded |
Returns the DER encoded data for the X.509 certificate.
| |
IsCertStatusError |
Returns true if the certificate status has any error, major or minor.
| |
IsCertStatusMinorError |
Returns true if the certificate status represents only minor errors
(e.g. failure to verify certificate revocation).
| |
Issuer |
Returns the issuer of the X.509 certificate.
| |
IssuerChainSize |
Returns the number of certificates in the issuer chain.
If 0, the certificate is self-signed.
| |
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.
|
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the CefSslInfo | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides ObjectFinalize.) | |
GetDEREncodedIssuerChain |
Returns the DER encoded data for the certificate issuer chain.
If we failed to encode a certificate in the chain it is still
present in the array but is an empty string.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPEMEncodedIssuerChain |
Returns the PEM encoded data for the certificate issuer chain.
If we failed to encode a certificate in the chain it is still
present in the array but is an empty string.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |