Discuss this help topic in SecureBlackbox Forum

TElPKCS11SlotInfo.PinNeeded

TElPKCS11SlotInfo     See also     


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


Specifies if user PIN must be asked.

Declaration

[C#]
    bool PinNeeded();

[VB.NET]
    Function PinNeeded() As Boolean

[Pascal]
    function PinNeeded: Boolean;

[C++]
    bool PinNeeded();

[PHP]
    bool PinNeeded()

[Java]
    boolean pinNeeded();

Return value

     True if PIN is needed.

Description

    Use this method to find out if user PIN must be asked.

See also:     Refresh    

Discuss this help topic in SecureBlackbox Forum