PGPnet ezListKeys Method (StringBuilder)ezPGP for .NET help file
List all PGP keys

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

public int ezListKeys(
	StringBuilder allkeys
)

Parameters

allkeys
Type: System.Text StringBuilder
allkeys, containing public and private keys in readable format [out]

Return Value

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