QuickOPC User's Guide and Reference
NewPrivateKeyPassword Property (_UAImportCertificateArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAImportCertificateArguments Interface : NewPrivateKeyPassword Property
The new password needed to access the private key (optional).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property NewPrivateKeyPassword As String
'Usage
 
Dim instance As _UAImportCertificateArguments
Dim value As String
 
instance.NewPrivateKeyPassword = value
 
value = instance.NewPrivateKeyPassword
[CanBeNull()]
string NewPrivateKeyPassword {get; set;}
[CanBeNull()]
property String^ NewPrivateKeyPassword {
   String^ get();
   void set (    String^ value);
}
Remarks

CAUTION: When this object is serialized, the password is persisted with it, in the plain text.

The NewPrivateKeyPassword only has effect when SetNewPassword is true. In such case, the newly obtained certificate will be protected with the password given by NewPrivateKeyPassword, and this password will also become the currently configured password in the application. When SetNewPassword is false, the newly obtained certificate will be protected with the password currently configured in the application, if any.

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