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