'Declaration
Event GetLocalCertificates As GetCertificatesEventHandler
'Usage
Dim instance As ICertificateSecurityHandler Dim handler As GetCertificatesEventHandler AddHandler instance.GetLocalCertificates, handler
event GetCertificatesEventHandler GetLocalCertificates
event GetCertificatesEventHandler^ GetLocalCertificates
Event Data
The event handler receives an argument of type GetCertificatesEventArgs containing data related to this event. The following GetCertificatesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
CertificatesResult | A value result with collection of certificates obtained. |
Sender | An object that contains state information for this operation. |
Target | The target object for which the certificates are being obtained. |
Requirements