Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.RefreshSlot

TElPKCS11SlotInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Re-reads slots contents.

Declaration

[C#]
    void RefreshSlot();

[VB.NET]
    Sub RefreshSlot()

[Pascal]
    procedure RefreshSlot;

[C++]
    void RefreshSlot();

[PHP]
    void RefreshSlot()

[Java]
    void refreshSlot();

Description

    Use this method when you need to refresh slots contents: check if there are devices in slots, if these devices has not been changed, etc.

See also:     PinNeeded    

Discuss this help topic in SecureBlackbox Forum