CertPrivateKey Property
The private key of the certificate (if available).
Object Oriented Interface
public function getCertPrivateKey();
Procedural Interface
ipworksopenpgp_certmgr_get($res, 8 );
Default Value
''
Remarks
The private key of the certificate (if available). The key is provided as PEM/Base64-encoded data.
Note: The CertPrivateKey may be available, but not exportable. In this case, CertPrivateKey returns an empty string.
This property is read-only.
Data Type
String