'Declaration
Public Event CertificatesChanged As UACertificatesChangedEventHandler
'Usage
Dim instance As EasyUAApplicationCore Dim handler As UACertificatesChangedEventHandler AddHandler instance.CertificatesChanged, handler
public event UACertificatesChangedEventHandler CertificatesChanged
public: event UACertificatesChangedEventHandler^ CertificatesChanged
Event Data
The event handler receives an argument of type UACertificatesChangedEventArgs containing data related to this event. The following UACertificatesChangedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
OwnCertificatesChangedSubIdSet | The set of sub-ids of own certificates that have changed. |
PrivateKeyPasswordChangedSubIdSet | The set of sub-ids of private keys for which the password has changed. |
TrustListsChanged | Indicates whether the certificates or CRLs in the trust lists have changed. |
Requirements