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 | |
![]() | |
enum | Result { NO_PASSWORD = 0, PASSWORD = 1, CANCEL = 2 } |
Obtain password from a string.