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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAObtainNewCertificateParameters Class : InstanceCertificatePrivateKeyPassword Property
Password needed to access the private key (optional).
Syntax
'Declaration
 
<DefaultValueAttribute("")>
<NotNullAttribute()>
Public Property InstanceCertificatePrivateKeyPassword As String
'Usage
 
Dim instance As UAObtainNewCertificateParameters
Dim value As String
 
instance.InstanceCertificatePrivateKeyPassword = value
 
value = instance.InstanceCertificatePrivateKeyPassword
[DefaultValue("")]
[NotNull()]
public string InstanceCertificatePrivateKeyPassword {get; set;}
[DefaultValue("")]
[NotNull()]
public:
property String^ InstanceCertificatePrivateKeyPassword {
   String^ get();
   void set (    String^ value);
}
Remarks

This password is used to retrieve the private key from the file specified by the InstanceCertificatePrivateKeyFileName property, or from the existing instance certificate.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows

See Also