edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

PrivateKeyFactory Class

Reads generic private key data and returns the decrypted key blob

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public class PrivateKeyFactory
Inheritance
Object    PrivateKeyFactory

Constructors

PrivateKeyFactoryInitializes a new instance of the PrivateKeyFactory class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetKeyPair(Byte, String) Get the key pair from the raw key bytes
GetKeyPair(String, String) Get the key pair from the private key file
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also