SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Profile Property

Specifies a pre-defined profile to apply when creating the signature.

Object Oriented Interface

public function getProfile();
public function setProfile($value);

Procedural Interface

secureblackbox_authenticodeverifier_get($res, 65 );
secureblackbox_authenticodeverifier_set($res, 65, $value );

Default Value

''

Remarks

Advanced signatures come in many variants, which are often defined by parties that needs to process them or by local standards. SecureBlackbox profiles are sets of pre-defined configurations which correspond to particular signature variants. By specifying a profile, you are pre-configuring the component to make it produce the signature that matches the configuration corresponding to that profile.

Data Type

String

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