EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPKCS11CertStorage.SlotFirmwareVersion

TElPKCS11CertStorage     See also    


 

These read-only properties contain version number of the slot firmware.

 
 

Declaration

[C#]
    byte SlotFirmwareVersionHi;
    byte SlotFirmwareVersionLo;

[VB.NET]
    property SlotFirmwareVersionHi As Byte
    property SlotFirmwareVersionLo As Byte

[Pascal]
    property SlotFirmwareVersionHi: Byte;
    property SlotFirmwareVersionLo: Byte;

[VB6]
    Property IElPKCS11SlotInfoX.SlotFirmwareVersionHi As Byte
    Property IElPKCS11SlotInfoX.SlotFirmwareVersionLo As Byte

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

[DLL]
    not implemented;
 
 

Description

    Use these properties to get the version of the slot firmware.

 
 

See also:     SlotHardwareVersion     TokenFirmwareVersion     TokenHardwareVersion    

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