Discuss this help topic in SecureBlackbox Forum

TElJCECryptoProvider.SignInit

TElJCECryptoProvider     See also     


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


This topic is under development…

Declaration

[C#/Java]
    virtual TElCustomCryptoContext SignInit(int Algorithm, TElCustomCryptoKey Key, bool Detached, TElRelativeDistinguishedName Params /* = null */, TSBProgressFunc ProgressFunc /* = null */, object ProgressData /* = null */);
    virtual TElCustomCryptoContext SignInit(byte[] AlgOID, byte[] AlgParams, TElCustomCryptoKey Key, bool Detached, TElRelativeDistinguishedName Params /* = null */, TSBProgressFunc ProgressFunc /* = null */, object ProgressData /* = null */);

[VB.NET]
    Overridable Function SignInit(ByVal Algorithm As Integer, ByVal Key As TElCustomCryptoKey, ByVal Detached As Boolean, ByVal Params As TElRelativeDistinguishedName = Nothing, ByVal ProgressFunc As TSBProgressFunc = Nothing, ByVal ProgressData As Object = Nothing) As TElCustomCryptoContext
    Overridable Function SignInit(ByVal AlgOID As Byte(), ByVal AlgParams As Byte(), ByVal Key As TElCustomCryptoKey, ByVal Detached As Boolean, ByVal Params As TElRelativeDistinguishedName = Nothing, ByVal ProgressFunc As TSBProgressFunc = Nothing, ByVal ProgressData As Object = Nothing) As TElCustomCryptoContext

[Pascal]
    function SignInit(Algorithm : integer; Key : TElCustomCryptoKey; Detached : boolean; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : TObject = nil) : TElCustomCryptoContext; virtual;
    function SignInit(const AlgOID : ByteArray; const AlgParams : ByteArray; Key : TElCustomCryptoKey; Detached : boolean; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : TObject = nil) : TElCustomCryptoContext; virtual;

[C++]
    not available

[PHP]
    not available

Parameters

  • Algorithm -
  • Key -
  • Detached -
  • Params -
  • ProgressFunc -
  • ProgressData -
  • AlgOID -
  • AlgParams -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum