Click or drag to resize

CertificateExpiryEventArgs Class

The event argument used to report the client identity certificate's expiration status to the application.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesCertificateExpiryEventArgs

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class CertificateExpiryEventArgs : EventArgs

The CertificateExpiryEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCertificate
A client identity certificate for which this event is being notified.
Public propertyNumberOfDaysToExpire
Number of days before client identity certificate expires.
Top
See Also