IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

CertPublicKeyAlgorithm Property

Textual description of the public key algorithm of the certificate.

Object Oriented Interface

public function getCertPublicKeyAlgorithm();
public function setCertPublicKeyAlgorithm($value);

Procedural Interface

ipworkssmime_certmgr_get($res, 12 );
ipworkssmime_certmgr_set($res, 12, $value );

Default Value

''

Remarks

Textual description of the public key algorithm of the certificate. The property contains either the name of the algorithm (such as "RSA" or "RSA_DH"), or an object identifier (OID) string representing the algorithm.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 PHP Edition - Version 20.0 [Build 8154]