EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.TokenHardwareVersion

TElPKCS11CertStorage     See also    


 

These read-only properties contain version number of the token hardware.

 
 

Declaration

[C#]
    byte TokenHardwareVersionHi;
    byte TokenHardwareVersionLo;

[VB.NET]
    Property TokenHardwareVersionHi As Byte
    Property TokenHardwareVersionLo As Byte

[Pascal]
    property TokenHardwareVersionHi: Byte;
    property TokenHardwareVersionLo: Byte;

[VB6]
    Property IElPKCS11SlotInfoX.TokenHardwareVersionHi As Byte
    Property IElPKCS11SlotInfoX.TokenHardwareVersionLo As Byte

[ActiveX]
    HRESULT _stdcall IElPKCS11SlotInfoX.TokenHardwareVersionHi([out, retval] unsigned char * Value );
    HRESULT _stdcall IElPKCS11SlotInfoX.TokenHardwareVersionLo([out, retval] unsigned char * Value );

[DLL]
    not implemented;
 
 

Description

    Use these properties to get version number of the token hardware.

 
 

See also:     SlotFirmwareVersion     SlotHardwareVersion     TokenFirmwareVersion    

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