Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKey.Generate

TElCustomCryptoKey     See also     


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


This topic is under development

Declaration

[C#/Java]
    virtual abstract void Generate(int Bits, Params : TElRelativeDistinguishedName /* = null */, TSBProgressFunc ProgressFunc /* = null */, object ProgressData /* = null */);

[VB.NET]
    Overridable Sub Generate(ByVal Bits As Integer, ByVal Params As TElRelativeDistinguishedName = Nothing, ByVal ProgressFunc As TSBProgressFunc = Nothing, ByVal ProgressData As Object = Nothing)

[Pascal]
    procedure Generate(Bits : integer; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : pointer = nil); virtual; abstract;

[PHP]
    void Generate(integer $Bits, TElRelativeDistinguishedName $Params, TSBProgressFunc|callable|NULL $ProgressFunc, TSBPointer|array of byte|string|NULL $ProgressData)

Parameters

  • Bits -
  • Params -
  • ProgressFunc -
  • ProgressData -
  • pMethodProgressFunc -
  • pDataProgressFunc -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum