Discuss this help topic in SecureBlackbox Forum

TElPGPCustomSecretKey.CancelGeneration

TElPGPCustomSecretKey     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Aborts asynchronous key generation

Declaration

[C#]
    void CancelGeneration();

[VB.NET]
    Sub CancelGeneration()

[Pascal]
    procedure CancelGeneration();

[C++]
    void CancelGeneration();

[PHP]
    void CancelGeneration()

[Java]
    void cancelGeneration();

Description

    Use this method to abort asynchronous key generation operation. Exception is thrown, if there's no pending asynchronous operation to cancel.

See also:     BeginGenerate     EndGenerate    

Discuss this help topic in SecureBlackbox Forum