IPWorks S/MIME 2020 PHP Edition

Questions / Feedback?

ExportPrivateKey Property

Whether to export the private key.

Object Oriented Interface

public function getExportPrivateKey();
public function setExportPrivateKey($value);

Procedural Interface

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

Default Value

true

Remarks

This property controls whether the private key is exported when ExportCertificate is called.

If set to True (default) the private key is exported. If set to False, only the public key is exported.

Data Type

Boolean

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