Discuss this help topic in SecureBlackbox Forum

TElX509CertificateEx.CancelGeneration

TElX509CertificateEx     See also     


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


Aborts asynchronous generation operation

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 operation of certificate generation, which has not been finished. Call this method only when AsyncOperationFinished returns False.

See also:     AsyncOperationFinished     BeginGenerate     EndGenerate    

Discuss this help topic in SecureBlackbox Forum