Table of Contents

Interface ILicenseManager

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll
public interface ILicenseManager
Extension Methods

Methods

Decrypt(string, string)

string Decrypt(string source, string key)

Parameters

source string
key string

Returns

string

Encrypt(string, string)

string Encrypt(string source, string key)

Parameters

source string
key string

Returns

string

GetHostID()

string GetHostID()

Returns

string

GetPK()

Tuple<string, string> GetPK()

Returns

Tuple<string, string>