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



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

If this value is not empty, the private key from the specified file will be used for the new certificate request, and not the private key from the current 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