QuickOPC User's Guide and Reference
PrivateKeyFileName Property (_UACertificateRequestParameters)



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

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