PGPnet ezKeyDelete Method ezPGP for .NET help file
Delete key

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

public int ezKeyDelete(
	string keyFpr
)

Parameters

keyFpr
Type: System String
key fingerprint, with 40 bytes of hex string

Return Value

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