Raised when the private key configured for the use with the own certificate has changed.
Syntax
'Declaration
Public Event PrivateKeyPasswordChanged As OpcLabs.BaseLib.DataEventHandler(Of String)
'Usage
Dim instance As AbstractEasyUAClientServerApplication
Dim handler As OpcLabs.BaseLib.DataEventHandler(Of String)
AddHandler instance.PrivateKeyPasswordChanged, handler
public event OpcLabs.BaseLib.DataEventHandler<string> PrivateKeyPasswordChanged
public:
event OpcLabs.BaseLib.DataEventHandler<String^>^ PrivateKeyPasswordChanged
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