Discuss this help topic in SecureBlackbox Forum
Specifies whether the PIN should be supplied by the user for each use with the key.
Declaration
[C#]
bool AlwaysAuthenticate;
[VB.NET]
Property AlwaysAuthenticate As Boolean
[Pascal]
property AlwaysAuthenticate: boolean;
[C++]
bool get_AlwaysAuthenticate();
void set_AlwaysAuthenticate(bool Value);
[PHP]
bool get_AlwaysAuthenticate()
void set_AlwaysAuthenticate(bool $Value)
[Java]
TSBBoolean getAlwaysAuthenticate();
void setAlwaysAuthenticate(TSBBoolean Value);
Description
Set this value to
True if the PIN should be supplied by the user for each use (sign or decrypt) with the key.
Discuss this help topic in SecureBlackbox Forum