SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SourceName Property

Use this property to specify the name of the file being signed if passing it via the SourceBytes property.

Object Oriented Interface

public function getSourceName();
public function setSourceName($value);

Procedural Interface

secureblackbox_asicsigner_get($res, 71 );
secureblackbox_asicsigner_set($res, 71, $value );

Default Value

''

Remarks

Provide the name of the file to be included in the ASiC container if passing the file in the byte array form.

This property is not available at design time.

Data Type

String

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