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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAExportCertificateArguments Interface : NewPrivateKeyPassword Property
The new password needed to access the private key (optional).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property NewPrivateKeyPassword As String
'Usage
 
Dim instance As _UAExportCertificateArguments
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.

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