List PGP keys
Namespace: com.asiapeak.ezpgpnetAssembly: ezpgpnet (in ezpgpnet.dll) Version: 1.0.0.0 (1.0.0.0)
public List<PGPkeys> ezListKeys(
string keyName,
bool bPub
)
public List<PGPkeys> ezListKeys(
string keyName,
bool bPub
)
Public Function ezListKeys (
keyName As String,
bPub As Boolean
) As List(Of PGPkeys)
Public Function ezListKeys (
keyName As String,
bPub As Boolean
) As List(Of PGPkeys)
public:
List<PGPkeys^>^ ezListKeys(
String^ keyName,
bool bPub
)
public:
List<PGPkeys^>^ ezListKeys(
String^ keyName,
bool bPub
)
Parameters
- keyName
- Type: System String
keyname, null is to list all keys
- bPub
- Type: System Boolean
true is to list public keys, false is to list private keys
Return Value
Type:
List PGPkeys list of PGPkeys