Provides information about an SSL certificate that is expired or invalid.
SetIgnoreError | Specify True to ignore the certificate error and continue with establishing secure HTTP connection to the remote server. |
SetIgnoreErrorPermanently | Specify True to ignore the certificate error and add the certificate to the list of trusted certificates. |
ExpirationDate | Certificate's expiration date. |
Handled | Indicates whether the event should continue be routed to the listeners. Setting Handled to true will prevent the event from reaching any remaining listeners. |
IsErrorIgnored | Returns whether the invalid certificate error is ignored. |
IsExpired | Whether the certificate is expired. |
Issuer | The provider who issued the certificate. |
PEMData | Certificate's PEM data encoded as base-64. |
SerialNumber | Certificate's serial number. |
Subject | Certificate's subject field. |
ValidDate | Certificate's valid date. |