QuickOPC User's Guide and Reference
PrivateKeyPasswordChanged Event (AbstractEasyUAClientServerApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientServerApplication Class : PrivateKeyPasswordChanged Event
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
Remarks

This is not always the same as the actual private key by which the private key is protected.

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