Discuss this help topic in SecureBlackbox Forum
Creates a detached signature over input data.
Declaration
Parameters
Description
This method creates a detached signature over input data. The original data are not included to the signature (output data). Remember that you should transfer a detached signature (output data) along with original data.
You can sign the data or its hash with this method. Use InputIsHash property to specify whether you pass the hash, or the data itself. In the latter case, the hash of the data will be calculated according to the value of HashAlgorithm property.