EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#/Java  VB.NET  Pascal  ActiveX 


TElX509Certificate.DSSSignatureParams

TElX509Certificate    


 

Returns signature parameters for DSS algorithm

 
 

Declaration

[C#/Java]
    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);

 
 

Parameters

  • DSSS - S DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSSSize - the size of the buffer with S DSS buffer.
  • DSSR - R DSS parameter. [ActiveX] Buffer should contain a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • DSSRSize - 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