KeyPublicKeyAlgorithm Property
A text description of the public key algorithm of the key.
Object Oriented Interface
public function getKeyPublicKeyAlgorithm();
Procedural Interface
ipworksopenpgp_keymgr_get($res, 9 );
Default Value
''
Remarks
A text description of the public key algorithm of the key. Possible values are "RSA", "DSA", and "RSA-Legacy".
This property is read-only and not available at design time.
Data Type
String