SmartFTP FTP Library
KeyFileFormat Enumeration
IDL
enum KeyFileFormat {
  ftpKeyFileFormatUnknown = 0,
  ftpKeyFileFormatPKCS8 = 1,
  ftpKeyFileFormatPKCS12 = 2,
  ftpKeyFileFormatVanDyke = 3,
  ftpKeyFileFormatSSH = 4,
  ftpKeyFileFormatOpenSSL = 5,
  ftpKeyFileFormatPutty = 6,
  ftpKeyFileFormatOpenSSH = 7
};
Members

ftpKeyFileFormatPKCS8
Support Matrix
ftpKeyFileFormatPKCS12
Support Matrix
ftpKeyFileFormatVanDyke
Support Matrix
ftpKeyFileFormatSSH
Support Matrix
ftpKeyFileFormatOpenSSL
Support Matrix
ftpKeyFileFormatPutty
Support Matrix
ftpKeyFileFormatOpenSSH
Support Matrix

This is record KeyFileFormat.

What do you think about this topic? Send feedback!
Copyright (c) by SmartSoft Ltd. All rights reserved.