SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SigningCertificate Property

Specifies the signing certificate.

Object Oriented Interface

public function getSigningCertificate();
public function setSigningCertificate($value);

Procedural Interface

secureblackbox_dcauth_get($res, 18 );
secureblackbox_dcauth_set($res, 18, $value );

Default Value

''

Remarks

Use this property to provide a path to the certificate to be used for signing the signature requests. Example: C:\Certificates\cert.pfx Use CertPassword property to provide the password if needed.

Data Type

String

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