Table of Contents

Class PasswordKeepingUtils

Namespace
Common.PasswordTools
Assembly
Lykke.Common.dll
public static class PasswordKeepingUtils
Inheritance
PasswordKeepingUtils
Inherited Members

Methods

CheckPassword(IPasswordKeeping, string)

public static bool CheckPassword(this IPasswordKeeping entity, string password)

Parameters

entity IPasswordKeeping
password string

Returns

bool

GetClientHashedPwd(string)

public static string GetClientHashedPwd(string pwd)

Parameters

pwd string

Returns

string

SetPassword(IPasswordKeeping, string)

public static void SetPassword(this IPasswordKeeping entity, string password)

Parameters

entity IPasswordKeeping
password string