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

KnownHostsManagerGetPublicKeys Method

Get all the public keys loaded for the supplied key algorithm

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public PublicKey[] GetPublicKeys(
	string algorithm
)

Parameters

algorithm  String
key algorithm

Return Value

PublicKey
All loaded public keys that match this algorithm

See Also