Method DoHardwareSign
DoHardwareSign()
Hardware signing lets the signature device sign the digest of the document content.
Declaration
public Behaviour DoHardwareSign()
Returns
Type | Description |
---|---|
Behaviour | The changed behaviour. |
Remarks
The signature device will show this digest in the hash dialog. It is strongly recommended to compare the displayed digest in the hash dialog with the digest sent to the device.
Getting the digest that is sent to the device can be done with the digest action. See DoDigestAction(Action<Byte[]>).