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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAObtainNewCertificateParameters Interface : InstanceCertificatePrivateKeyPassword Property
Password needed to access the private key (optional).
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property InstanceCertificatePrivateKeyPassword As String
'Usage
 
Dim instance As _UAObtainNewCertificateParameters
Dim value As String
 
instance.InstanceCertificatePrivateKeyPassword = value
 
value = instance.InstanceCertificatePrivateKeyPassword
[CanBeNull()]
string InstanceCertificatePrivateKeyPassword {get; set;}
[CanBeNull()]
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