QuickOPC User's Guide and Reference
GetLocalCertificates Event (ICertificateSecurityHandler)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > ICertificateSecurityHandler Interface : GetLocalCertificates Event
Raised to supply the local certificates used for authentication.
Syntax
'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.

PropertyDescription
A value result with collection of certificates obtained.  
An object that contains state information for this operation.  
The target object for which the certificates are being obtained.  
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also