OPC Studio User's Guide and Reference
NewPrivateKeyPassword Property (UAExportCertificateArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAExportCertificateArguments Class : NewPrivateKeyPassword Property
The new password needed to access the private key (optional).
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property NewPrivateKeyPassword As String
'Usage
 
Dim instance As UAExportCertificateArguments
Dim value As String
 
instance.NewPrivateKeyPassword = value
 
value = instance.NewPrivateKeyPassword
[NotNull()]
public string NewPrivateKeyPassword {get; set;}
[NotNull()]
public:
property String^ NewPrivateKeyPassword {
   String^ get();
   void set (    String^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The default value of this property is "" (String.Empty).

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