OnKeyGenerationFinished
event OnKeyGenerationFinished ( ByVal
Cookie As Long, ByVal PrivateKey As Variant, ByVal
PublicKey As Variant ) |
This event is fired in an asynchronous mode when the
successful generation of keys started with GenerateCouple
is finished. Cookie is an idenficator passed to GenerateCouple.
PrivateKey and PublicKey have the valid keys which must be explicitly freed when they are
not needed.
|