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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAObtainNewCertificateParameters Interface : InstanceCertificatePrivateKeyFileName Property
Name of the file with the instance certificate private key.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property InstanceCertificatePrivateKeyFileName As String
'Usage
 
Dim instance As _UAObtainNewCertificateParameters
Dim value As String
 
instance.InstanceCertificatePrivateKeyFileName = value
 
value = instance.InstanceCertificatePrivateKeyFileName
[CanBeNull()]
string InstanceCertificatePrivateKeyFileName {get; set;}
[CanBeNull()]
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