tcttokentypeattribute.h File Reference

const TUid KCTSoftware

const TUid KCTSoftware
Attribute UIDs
Since
v7.0 A UID representing an attribute type.
It has a corresponding TCTTokenTypeAttribute value, which is a boolean, that indicates whether the token is implemented in software.

const TUid KCTRemovable

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

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

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

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).