Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.VerifyInit

TElCustomCryptoProvider     See also     


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


This topic is under development…

Declaration

[C#/Java]
    virtual abstract TElCustomCryptoContext VerifyInit(int Algorithm, TElCustomCryptoKey Key, byte[] SigBuffer, int SigStartIndex, int SigSize, TElRelativeDistinguishedName Params /* = null */, TSBProgressFunc ProgressFunc /* = null */, object ProgressData /* = null */);
    virtual abstract TElCustomCryptoContext VerifyInit(byte[] AlgOID, byte[] AlgParams, TElCustomCryptoKey Key, byte[] SigBuffer, int SigStartIndex, int SigSize, TElRelativeDistinguishedName Params /* null */, TSBProgressFunc ProgressFunc /* = null */, object ProgressData /* = null */);

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

[Pascal]
    function VerifyInit(Algorithm : integer; Key : TElCustomCryptoKey; SigBuffer : pointer; SigSize : integer; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : pointer = nil) : TElCustomCryptoContext; virtual; abstract;
    function VerifyInit(const AlgOID : ByteArray; const AlgParams : ByteArray; Key : TElCustomCryptoKey; SigBuffer : pointer; SigSize : integer; Params : TElRelativeDistinguishedName = nil; ProgressFunc : TSBProgressFunc = nil; ProgressData : pointer = nil) : TElCustomCryptoContext; virtual; abstract;

[PHP]
    TElCustomCryptoContext VerifyInit(integer $Algorithm, TElCustomCryptoKey $Key, TSBPointer|array of byte|string|NULL $SigBuffer, integer $SigSize, TElRelativeDistinguishedName $Params, TSBProgressFunc|callable|NULL $ProgressFunc, TSBPointer|array of byte|string|NULL $ProgressData)
    TElCustomCryptoContext VerifyInit(array of byte|string|NULL $AlgOID, array of byte|string|NULL $AlgParams, TElCustomCryptoKey $Key, TSBPointer|array of byte|string|NULL $SigBuffer, integer $SigSize, TElRelativeDistinguishedName $Params, TSBProgressFunc|callable|NULL $ProgressFunc, TSBPointer|array of byte|string|NULL $ProgressData)

Parameters

  • Algorithm -
  • Key -
  • SigBuffer -
  • SigStartIndex -
  • SigSize -
  • Params -
  • ProgressFunc -
  • ProgressData -
  • AlgOID -
  • AlgParams -
  • pMethodProgressFunc -
  • pDataProgressFunc -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum