Discuss this help topic in SecureBlackbox Forum
Signs the chunk of data
Declaration
Parameters
Description
Use this method to sign the chunk of data with a key, specified by the KeyMaterial property, and create an enveloping signature. Not all algorithms support enveloping signatures. For example, with RSA algorithm, the exception will be thrown if you try to use Sign() method.
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.