Available in EFT Server 6.1 and later.
The ICIPGPKeyInfo::Description read-only property allows you to retrieve the description of the PGP key.
HRESULT Description([out, retval] BSTR* pVal);
Example (VBScript):
MsgBox "Key description: " & Key.Description