SignatureURL Property
Sets the URL to include in the signature.
Object Oriented Interface
public function getSignatureURL(); public function setSignatureURL($value);
Procedural Interface
secureblackbox_authenticodesigner_get($res, 45 ); secureblackbox_authenticodesigner_set($res, 45, $value );
Default Value
''
Remarks
Use this property to provide a custom URL with the signature. This is optional.
Data Type
String