Interface IPasswordKeeping
- Namespace
- Common.PasswordTools
- Assembly
- Lykke.Common.dll
public interface IPasswordKeeping
- Extension Methods
Properties
Hash
string Hash { get; set; }
Property Value
Salt
string Salt { get; set; }
public interface IPasswordKeeping
string Hash { get; set; }
string Salt { get; set; }