Done event
Fires when component finishes executing a crypto operation.
Syntax
Private Sub object_Done()
The Done(object) syntax has these parts:
Remarks
This event is fired when wodCrypt finishes it's job (encryption, decryption, signing...), indicating that you can execute new methods. The Done event is fired only if the
FireEvents property is set to
True.
Platforms
Windows