EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPublicKeyMaterial.PrepareForEncryption

TElPublicKeyMaterial     See also    


 

Starts asynchronous "prepare for encryption" operation

 
 

Declaration

[C#]
    void PrepareForEncryption(bool MultiUse /* False */);

[VB.NET]
    Sub PrepareForEncryption(ByVal MultiUse As Boolean = 0)

[Pascal]
    procedure PrepareForEncryption(MultiUse : boolean = 0);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • MultiUse - specifies if the prepared key should be reused for consequent encryption operations. If MultiUse is False, the key should be prepared explicitly before each encryption operation. If MultiUse is True, the prepared key can be reused for several consequent operations.
    Note, that use of the same key for a large number of cryptooperations is not recommended due to possible security leak.
 
 

Description

    Use this method to start asynchronous pre-computation operation. This method performs time-consuming parts of encryption operation asynchronously.

 
 

See also:     PrepareForSigning    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation