EldoS
Navigation
Web site
Support
Table Of Contents

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


TElSymmetricKeyMaterial.Generate

TElSymmetricKeyMaterial     See also    


 

Generates new secret key.

 
 

Declaration

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

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

[Pascal]
    procedure Generate(Bits : integer); override;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Bits - the number of bits in the generated key.
 
 

Description

    Use this method to generate new secret key.

 
 

See also:     GenerateIV     DeriveKey     Key    

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