Credential Type: Password#

Credential Type: Password.

Macros#

#define

Number of Supported Credential Slots for Password data <0..65535:1>

#define

Maximum length of password hash <0..255:1>

#define

Minimum length of Password data <0..255:2>

#define

Maximum length of Password data <0..255:2>

#define

Support Credential Learn functionality for Credential Type 'Password'.

#define

Recommended Credential Learn timeout for Credential Type 'Password'.

#define

Credential Learn Number of Steps for Credential Type 'Password'.

Macro Definition Documentation#

CC_USER_CREDENTIAL_MAX_CREDENTIAL_SLOTS_PASSWORD#

#define CC_USER_CREDENTIAL_MAX_CREDENTIAL_SLOTS_PASSWORD
Value:
5

Number of Supported Credential Slots for Password data <0..65535:1>

Also defines whether this Credential Type is supported or not. 0 Slots imply no support, any other number implies support.


CC_USER_CREDENTIAL_MAX_HASH_LENGTH_PASSWORD#

#define CC_USER_CREDENTIAL_MAX_HASH_LENGTH_PASSWORD
Value:
0

Maximum length of password hash <0..255:1>


CC_USER_CREDENTIAL_MIN_DATA_LENGTH_PASSWORD#

#define CC_USER_CREDENTIAL_MIN_DATA_LENGTH_PASSWORD
Value:
2

Minimum length of Password data <0..255:2>


CC_USER_CREDENTIAL_MAX_DATA_LENGTH_PASSWORD#

#define CC_USER_CREDENTIAL_MAX_DATA_LENGTH_PASSWORD
Value:
20

Maximum length of Password data <0..255:2>


CC_USER_CREDENTIAL_CREDENTIAL_LEARN_SUPPORTED_PASSWORD#

#define CC_USER_CREDENTIAL_CREDENTIAL_LEARN_SUPPORTED_PASSWORD
Value:
0

Support Credential Learn functionality for Credential Type 'Password'.


CC_USER_CREDENTIAL_CREDENTIAL_LEARN_RECOMMENDED_TIMEOUT_PASSWORD#

#define CC_USER_CREDENTIAL_CREDENTIAL_LEARN_RECOMMENDED_TIMEOUT_PASSWORD
Value:
20

Recommended Credential Learn timeout for Credential Type 'Password'.


CC_USER_CREDENTIAL_CREDENTIAL_LEARN_NUMBER_OF_STEPS_PASSWORD#

#define CC_USER_CREDENTIAL_CREDENTIAL_LEARN_NUMBER_OF_STEPS_PASSWORD
Value:
1

Credential Learn Number of Steps for Credential Type 'Password'.