EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509Certificate.Version

TElX509Certificate    


 

Specifies the certificate version.

 
 

Declaration

[C#]
    byte Version;

[VB.NET]
    Property Version As Byte

[Pascal]
    property Version: integer;

[VB6]
    Property IElCertificateX.Version As Long

[ActiveX]
    HRESULT _stdcall IElCertificateX.Version([out, retval] int * Value );

[DLL]
    __stdcall int SBX509GetVersion(HANDLE hCert);
 
 

Parameters

  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
 
 

Description

    Use this property to get or set the version of the generated certificate. Possible values are 1, 2 or 3.

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