ExportPrivateKey Property
Whether to export the private key.
Syntax
property ExportPrivateKey: Boolean read get_ExportPrivateKey write set_ExportPrivateKey;
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.