Table of Contents

Interface ICryptService

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface ICryptService
Extension Methods

Methods

Decrypt(string)

string Decrypt(string value)

Parameters

value string

Returns

string

Encrypt(string)

string Encrypt(string value)

Parameters

value string

Returns

string