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

PublicKeyFactoryGeneratePublicKey(Byte) Method

Generate a PublicKey from a byte array of the raw file contents

Definition

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

Parameters

formattedKey  Byte

Return Value

PublicKey

See Also