#include <Security.h>
| Enumerator |
|---|
| Success |
|
| FailureEmptyPasscode |
|
| FailureMinLength |
|
| FailureInvalidPassword |
|
| FailureAlphaNumeric |
|
| FailureInvalidPin |
|
| FailureWeakPassword |
|
| FailureSave |
|
| FailureWeakPasswordRepeat |
|
| FailureWeakPasswordSequence |
|
| bool Security::cbDeviceWipe |
( |
LSHandle * |
sh, |
|
|
LSMessage * |
message, |
|
|
void * |
data |
|
) |
| |
|
static |
| std::string Security::getLockMode |
( |
| ) |
const |
|
inline |
| bool Security::matchPasscode |
( |
std::string |
passcode, |
|
|
int & |
retriesLeft, |
|
|
bool & |
lockedOut |
|
) |
| |
| bool Security::passcodeSatisfiesPolicy |
( |
const EASPolicy *const |
policy | ) |
const |
| bool Security::passcodeSet |
( |
| ) |
const |
| int Security::setPasscode |
( |
const std::string & |
mode, |
|
|
const std::string & |
passcode, |
|
|
std::string & |
errorText |
|
) |
| |
The documentation for this class was generated from the following files: