Discuss this help topic in SecureBlackbox Forum

TElX509CertificateEx.EndGenerate

TElX509CertificateEx     See also     


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


Completes asynchronous generation operation

Declaration

[C#]
    void EndGenerate();

[VB.NET]
    Sub EndGenerate()

[Pascal]
    procedure EndGenerate;

[C++]
    void EndGenerate();

[PHP]
    void EndGenerate()

[Java]
    void endGenerate();

Description

    Use this method to complete asynchronous operation of certificate generation, which has been finished. Call this method only when AsyncOperationFinished returns True.

See also:     AsyncOperationFinished     BeginGenerate     CancelGeneration    

Discuss this help topic in SecureBlackbox Forum