Are the supplied raw key bytes in this key format?

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public static bool IsFormatted(
	byte[] formattedKey
)
Visual Basic
Public Shared Function IsFormatted ( _
	formattedKey As Byte() _
) As Boolean
Visual C++
public:
static bool IsFormatted(
	array<unsigned char>^ formattedKey
)

Parameters

formattedKey
Type: array<System..::..Byte>[]()[][]
raw bytes from keyfile

Return Value

true if in this format, false otherwise

See Also