PublicKeyEncryptionAlgorithm Property
Indicates the symmetric algorithm used to encrypt the secret key.
Object Oriented Interface
public function getPublicKeyEncryptionAlgorithm($publickeyindex);
Procedural Interface
secureblackbox_pgpkeyring_get($res, 9 , $publickeyindex);
Default Value
'CAST5'
Remarks
Indicates the symmetric algorithm used to encrypt the secret key.
The $publickeyindex parameter specifies the index of the item in the array. The size of the array is controlled by the PublicKeyCount property.
This property is read-only and not available at design time.
Data Type
String