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

OpenSSHPrivateKeyFormatIsFormatted Method

Are the supplied raw key bytes in this key format?

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public static bool IsFormatted(
	byte[] formattedKey
)

Parameters

formattedKey  Byte
raw bytes from keyfile

Return Value

Boolean
true if in this format, false otherwise

See Also