EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.DSSSignatureParams

TElX509Certificate    


 

Returns signature parameters for DSS algorithm

 
 

Declaration

[C#]
    bool GetDSSSignatureParams(ref byte[] DSSS, ref int DSSSSize, ref byte[] DSSR, ref int DSSRSize);

[VB.NET]
    Function GetDSSSignatureParams(ByRef DSSS As Byte(), ByRef DSSSSize As Integer, ByRef DSSR As Byte(), ByRef DSSRSize As Integer) As Boolean

[Pascal]
    function GetDSSSignatureParams( DSSS : pointer; var DSSSSize : integer; DSSR : pointer; var DSSRSize : integer): boolean;

[VB6]
    Property IElCertificateX.DSSSignatureParams As IElDSSSignatureParamsX

[ActiveX]
    HRESULT _stdcall IElCertificateX.DSSSignatureParams([out, retval] IUnknown ** Value);

[DLL]
    __stdcall BOOL SBX509GetDSSSignatureParams(HANDLE handle, void* pDSSS, int* nDSSSSize, void* pDSSR, int* nDSSRSize);
 
 

Parameters

  • [DLL]handle - handle to the TElX509Certificate object that was returned by Constructor
  • DSSS (pDSSS) - S DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSSSize (nDSSSSize) - the size of the buffer with S DSS buffer.
  • DSSR (pDSSR) - R DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSRSize (nDSSRSize) - the size of the buffer with R DSS buffer.
  • [ActiveX]Value - An instance of the IEnumVARIANT interface used to obtain the parameters. The enumeration contains 2 VARIANT values. Each of this parameter is a one-dimensional zero-based safe array with elements of type unsigned char (byte).
 
 

Description

    Use this function to obtain parameters of DSS signature portion of the certificate.

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