CertStorePassword Property
The password for the certificate store (if any).
Object Oriented Interface
public function getCertStorePassword(); public function setCertStorePassword($value);
Procedural Interface
ipworksopenpgp_certmgr_get($res, 28 ); ipworksopenpgp_certmgr_set($res, 28, $value );
Default Value
''
Remarks
The value of this property is used to open the certificate store if the certificate store is of a type that requires a password.
Data Type
String