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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UAExportCertificateArguments Interface : PkiFileFormat Property
File format in which the certificate will be exported.
Syntax
'Declaration
 
Property PkiFileFormat As PkiFileFormat
'Usage
 
Dim instance As _UAExportCertificateArguments
Dim value As PkiFileFormat
 
instance.PkiFileFormat = value
 
value = instance.PkiFileFormat
PkiFileFormat PkiFileFormat {get; set;}
property PkiFileFormat PkiFileFormat {
   PkiFileFormat get();
   void set (    PkiFileFormat 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