tcttokentypeattribute.h File Reference

#include <ct/tcttokentypeattribute.h>

KCTSoftware

const TUidKCTSoftware
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.

KCTRemovable

const TUidKCTRemovable

A UID representing an attribute type.

It has a corresponding TCTTokenTypeAttribute value, which is boolean, that indicates whether the token is removable.

KCTAccessControlled

const TUidKCTAccessControlled

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.

KCTMaxTokenCount

const TUidKCTMaxTokenCount

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.

KCTMinTokenCount

const TUidKCTMinTokenCount

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