SecureBlackbox 2020 PHP Edition

Questions / Feedback?

CertPassword Property

Specifies the signing certificate password.

Object Oriented Interface

public function getCertPassword();
public function setCertPassword($value);

Procedural Interface

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

Default Value

''

Remarks

Use this property to provide password for the signing certificate. Alternatively, the password may be provided via the PasswordNeeded event.

Data Type

String

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