EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElRSAKeyMaterial.Generate

TElRSAKeyMaterial     See also    


 

Generates new key.

 
 

Declaration

[C#/Java]
    void Generate(int Bits);

[VB.NET]
    Sub Generate(ByVal Bits As Integer)

[Pascal]
    procedure Generate(Bits : integer);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Bits - number of bits in the new key
 
 

Description

    Use this method to generate new key.

 
 

See also:     LoadPublic     LoadSecret     SavePublic     SaveSecret    

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