STK XSend comments on this topic.
AgSTKXSSLCertificateErrorEventArgs Object

Description

Provides information about an SSL certificate that is expired or invalid.

Public Methods

Public Method SetIgnoreErrorSpecify True to ignore the certificate error and continue with establishing secure HTTP connection to the remote server.
Public Method SetIgnoreErrorPermanentlySpecify True to ignore the certificate error and add the certificate to the list of trusted certificates.

Public Properties

Public Property ExpirationDateCertificate's expiration date.
Public Property HandledIndicates whether the event should continue be routed to the listeners. Setting Handled to true will prevent the event from reaching any remaining listeners.
Public Property IsErrorIgnoredReturns whether the invalid certificate error is ignored.
Public Property IsExpiredWhether the certificate is expired.
Public Property IssuerThe provider who issued the certificate.
Public Property PEMDataCertificate's PEM data encoded as base-64.
Public Property SerialNumberCertificate's serial number.
Public Property SubjectCertificate's subject field.
Public Property ValidDateCertificate's valid date.

Interfaces

© 2024 Analytical Graphics, Inc. All Rights Reserved.