EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.Signature

TElX509Certificate    


 

Returns the signature of the certificate

 
 

Declaration

[C#]
    byte[] Signature;

[VB.NET]
    Property Signature As Byte()

[Pascal]
    property Signature: TBitString;

[VB6]
    Property IElCertificateX.Signature As Variant

[ActiveX]
    HRESULT _stdcall IElCertificateX.Signature([out, retval] VARIANT * Value );

[DLL]
    __stdcall int SBX509GetSignatureValue(HANDLE hCert, void* pSignature, int* Size);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
  • Value (pSignature) - the certificate signature. [ActiveX]On return the buffer contains a one-dimensional zero-based safe array with elements of type unsigned char (byte).
  • [DLL]Size - maximum amount of data that can be put to the buffer. On return this parameter contains the number of bytes placed to the buffer. If the buffer was not large enough, the return value is false and this parameter contains the minimum size of the buffer sufficient for the value requested.
 
 

Description

    Use this function to get the signature of the certificate.

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