Discuss this help topic in SecureBlackbox Forum

TElSSHCustomKeyStorage class

Properties     Methods     Declared in     


The descendants of this class are used to store a set of public and private keys. Do not instantiate this class directly, use TElSSHMemoryKeyStorage or TElSSHPKCS11KeyStorage instead.

Description

    Use this class to store one or more keys used during SSH connection. Use Keys property to access the set of keys. Count property specifies the number of keys in storage. Use Add, Remove and Clear methods to manage the set of keys.

Properties

Methods

Declared in

.NET:
  • Namespace: SBSSHKeyStorage
  • Assembly: SecureBlackbox.SSHClient, SecureBlackbox.SSHServer
VCL:
  • Unit: SBSSHKeyStorage
Java:
  • Package: SecureBlackbox.SSHClient, SecureBlackbox.SSHServer.jar
C++:
  • sbsshkeystorage.h

Discuss this help topic in SecureBlackbox Forum