|
ARC SDK
|
Obtain password from a string. More...
#include <PasswordSource.h>
Public Member Functions | |
| PasswordSourceString (const std::string &password) | |
| virtual Result | Get (std::string &password, int minsize, int maxsize) |
Additional Inherited Members | |
Public Types inherited from Arc::PasswordSource | |
| enum | Result { NO_PASSWORD = 0, PASSWORD = 1, CANCEL = 2 } |
Obtain password from a string.
1.8.14