QuickOPC User's Guide and Reference
WithPrivateKey Property (UAExportCertificateArguments)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UAExportCertificateArguments Class : WithPrivateKey Property
Determines whether the private key will be exported with the certificate.
Syntax
'Declaration
 
<DefaultValueAttribute(False)>
Public Property WithPrivateKey As Boolean
'Usage
 
Dim instance As UAExportCertificateArguments
Dim value As Boolean
 
instance.WithPrivateKey = value
 
value = instance.WithPrivateKey
[DefaultValue(false)]
public bool WithPrivateKey {get; set;}
[DefaultValue(false)]
public:
property bool WithPrivateKey {
   bool get();
   void set (    bool value);
}
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