Table of Contents

Interface ILicenseManager

Namespace
H.Modules.License
Assembly
H.Modules.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>