QuickOPC User's Guide and Reference
InstanceCertificatePrivateKeyPassword Property (UAClientServerApplicationParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace > UAClientServerApplicationParameters Class : InstanceCertificatePrivateKeyPassword Property
The password for the private key of the default application instance certificate.
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<IsValueEvidentAttribute(False)>
<NotNullAttribute()>
Public Property InstanceCertificatePrivateKeyPassword As String
'Usage
 
Dim instance As UAClientServerApplicationParameters
Dim value As String
 
instance.InstanceCertificatePrivateKeyPassword = value
 
value = instance.InstanceCertificatePrivateKeyPassword
[DefaultValue("")]
[IsValueEvident(false)]
[NotNull()]
public string InstanceCertificatePrivateKeyPassword {get; set;}
[DefaultValue("")]
[IsValueEvident(false)]
[NotNull()]
public:
property String^ InstanceCertificatePrivateKeyPassword {
   String^ get();
   void set (    String^ value);
}
Remarks

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

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.Application.EasyUAApplicationCore.ApplicationParameters property of static EasyUAApplication.Instance.

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