mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
969 B
969 B
GetPassword Method
Overload List
GetPassword(T)(String, Object[]) | Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments. |
GetPassword(T)(String, Byte[], Object[]) | Retrieves a Password object using the specified password, salt, and optional constructor arguments. |