SmartFTP FTP Library
KeyType Enumeration
IDL
enum KeyType {
  ftpKeyTypeUnknown = 0,
  ftpKeyTypePublicKey = 1,
  ftpKeyTypePrivateKey = 2
};
Members

ftpKeyTypePublicKey
Public Key
ftpKeyTypePrivateKey
Private Key

This is record KeyType.

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