EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.SlotHardwareVersion

TElPKCS11CertStorage     See also    


 

These read-only properties specifies version number of the slot hardware.

 
 

Declaration

[C#]
    byte SlotHardwareVersionHi;
    byte SlotHardwareVersionLo;

[VB.NET]
    Property SlotHardwareVersionHi As Byte
    Property SlotHardwareVersionLo As Byte

[Pascal]
    property SlotHardwareVersionHi: Byte;
    property SlotHardwareVersionLo: Byte;

[VB6]
    Property IElPKCS11SlotInfoX.SlotHardwareVersionHi As Byte
    Property IElPKCS11SlotInfoX.SlotHardwareVersionLo As Byte

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

[DLL]
    not implemented;
 
 

Description

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

 
 

See also:     SlotFirmwareVersion     TokenFirmwareVersion     TokenHardwareVersion    

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