InputFile Property
A path to the ASiC container to process.
Object Oriented Interface
public function getInputFile(); public function setInputFile($value);
Procedural Interface
secureblackbox_asicsigner_get($res, 20 ); secureblackbox_asicsigner_set($res, 20, $value );
Default Value
''
Remarks
Use this property to provide a path to the ASiC container. Use InputStream to provide the container from memory rather than a disk file.
Data Type
String