EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElRevocationItem.SerialNumber

TElRevocationItem    


 

This property specifies the serial number of the revoked certificate.

 
 

Declaration

[C#]
    byte[] SerialNumber;

[VB.NET]
    Property SerialNumber As Byte()

[Pascal]
    property SerialNumber : string;

[VB6]
    Property IElRevocationItemX.SerialNumber As Variant

[ActiveX]
    HRESULT _stdcall IElRevocationItemX.SerialNumber([out, retval] VARIANT * Value );
    HRESULT _stdcall IElRevocationItemX.SerialNumber([in] VARIANT Value );

[DLL]
    __stdcall BOOL SBRevocationItemGetSerialNumber(HANDLE hItem, void* pBuffer, int* nSize);
    __stdcall BOOL SBRevocationItemSetSerialNumber(HANDLE hItem, void* pBuffer, int nSize);
 
 

Parameters

  • [DLL]hCRL - handle to the TElRevocationItem object that was returned by Constructor
  • [DLL]pBuffer - buffer with serial number
  • [DLL]nSize - size of the pBuffer
 
 

Description

    The revoked certificates are named by their serial numbers. Use this property to get/set serial number of the revoked certificate.

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