Table of Contents

Class PasswordHelper

Namespace
Shift.Common
Assembly
Shift.Common.dll
public static class PasswordHelper
Inheritance
PasswordHelper
Inherited Members

Methods

DecryptPassword(string, string)

public static string DecryptPassword(string cipher, string keyPath)

Parameters

cipher string
keyPath string

Returns

string

EncryptPassword(string, string)

public static string EncryptPassword(string password, string keyPath)

Parameters

password string
keyPath string

Returns

string