CapyKit/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md

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.

See Also

Reference

SecurityHelper Class
CapyKit.Helpers Namespace