OpenSSHPrivateKeyFormatIsFormatted Method
Are the supplied raw key bytes in this key format?
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public static bool IsFormatted(
byte[] formattedKey
)
Public Shared Function IsFormatted (
formattedKey As Byte()
) As Boolean
public:
static bool IsFormatted(
array<unsigned char>^ formattedKey
)
static member IsFormatted :
formattedKey : byte[] -> bool
- formattedKey Byte
- raw bytes from keyfile
Booleantrue if in this format, false otherwise