Raised when the private key configured for the use with the own certificate has changed.
Syntax
public event OpcLabs.BaseLib.DataEventHandler<string> PrivateKeyPasswordChanged
public:
event OpcLabs.BaseLib.DataEventHandler<String^>^ PrivateKeyPasswordChanged
'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
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