PGPnet ezKeyImport Method ezPGP for .NET help file
Import PGP key file

Namespace: com.asiapeak.ezpgpnet
Assembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int ezKeyImport(
	string keyFile
)

Parameters

keyFile
Type: System String
input file name

Return Value

Type: Int32
0 is success, others are failed
See Also