#include <ct/tcttokentypeattribute.h>
const TUid | KCTSoftware |
const TUid | KCTRemovable |
A UID representing an attribute type.
It has a corresponding TCTTokenTypeAttribute value, which is boolean, that indicates whether the token is removable.
const TUid | KCTAccessControlled |
A UID representing an attribute type.
It has a corresponding TCTTokenTypeAttribute value, which is boolean, that indicates whether the token type provides its own access control.
const TUid | KCTMaxTokenCount |
A UID representing an attribute type.
It has a corresponding TCTTokenTypeAttribute value, which is an integer, that represents the maximum number of tokens of this type.
For example, if the token type is a WIM-card-hardware token and the device has two card readers, the maximum number of tokens of this type is 2.
const TUid | KCTMinTokenCount |
A UID representing an attribute type.
It has a corresponding TCTTokenTypeAttribute value, which is an integer, that represents the minimum number of tokens of this type.
For example, if the token type is a WIM-card-hardware token, the minimum number of tokens of this type is 0).