OPC Studio User's Guide and Reference
DefaultPrivateKeyFormat Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateRequestParameters Class : DefaultPrivateKeyFormat Field
Default value of the PrivateKeyFormat property. Equals to "PFX".

The value of this constant is "PFX".

Syntax
'Declaration
 
Public Const DefaultPrivateKeyFormat As String
'Usage
 
Dim value As String
 
value = UACertificateRequestParameters.DefaultPrivateKeyFormat
public const string DefaultPrivateKeyFormat
public:
const String^ DefaultPrivateKeyFormat
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