CertExtendedKeyUsage Property
A comma-delimited list of extended key usage identifiers.
Object Oriented Interface
public function getCertExtendedKeyUsage(); public function setCertExtendedKeyUsage($value);
Procedural Interface
ipworksopenpgp_certmgr_get($res, 4 ); ipworksopenpgp_certmgr_set($res, 4, $value );
Default Value
''
Remarks
A comma-delimited list of extended key usage identifiers. These are the same as ASN.1 Object-Identifiers (OIDs).
Data Type
String