23#ifndef PASSWORDCONTENT_H
24#define PASSWORDCONTENT_H
Definition credential.h:29
PasswordContent
Flags to describe the content of a password.
Definition passwordcontent.h:34
@ Uppercase
The password contains uppercase characters.
Definition passwordcontent.h:36
@ Numeric
The password contains numeric characters.
Definition passwordcontent.h:35
@ Special
The password contains special characters.
Definition passwordcontent.h:38
@ Space
The password contains spaces.
Definition passwordcontent.h:39
@ Lowercase
The password contains lowercase characters.
Definition passwordcontent.h:37