Property | Type | Description | |
---|---|---|---|
Md5Hashed | bool | ||
Password | string | ||
Question | string | ||
SaveLastPassword | bool |
Method | Description | |
---|---|---|
Hash ( string str ) : string | ||
OnGUI ( ) : void | ||
RegisterHashedToConsole ( string md5, string question = null ) : JBPasswordEntry, | ||
RegisterToConsole ( string password, string question = null ) : JBPasswordEntry, | ||
SetSavedPassword ( string v ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
GetSavedPassword ( ) : string | ||
OnVisiblityChanged ( ) : void |
public static RegisterHashedToConsole ( string md5, string question = null ) : JBPasswordEntry, | ||
md5 | string | |
question | string | |
return | JBPasswordEntry, |
public static RegisterToConsole ( string password, string question = null ) : JBPasswordEntry, | ||
password | string | |
question | string | |
return | JBPasswordEntry, |