CertSignatureAlgorithm Property
Text description of the signature algorithm of the certificate.
Object Oriented Interface
public function getCertSignatureAlgorithm();
Procedural Interface
ipworksopenpgp_certmgr_get($res, 15 );
Default Value
''
Remarks
Text description of the signature algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_MD5RSA"), or an object identifier (OID) string representing the algorithm.
This property is read-only.
Data Type
String