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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAExportCertificateArguments Interface : WithPrivateKey Property
Determines whether the private key will be exported with the certificate.
Syntax
'Declaration
 
Property WithPrivateKey As Boolean
'Usage
 
Dim instance As _UAExportCertificateArguments
Dim value As Boolean
 
instance.WithPrivateKey = value
 
value = instance.WithPrivateKey
bool WithPrivateKey {get; set;}
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