Table of Contents

Class LicenseManager

Namespace
HeBianGu.Systems.License
Assembly
HeBianGu.Systems.License.dll
public class LicenseManager : ILicenseManager
Inheritance
LicenseManager
Implements
Inherited Members
Extension Methods

Methods

Decrypt(string, string)

public string Decrypt(string source, string key)

Parameters

source string
key string

Returns

string

Encrypt(string, string)

public string Encrypt(string source, string key)

Parameters

source string
key string

Returns

string

GetHostID()

public string GetHostID()

Returns

string

GetPK()

public Tuple<string, string> GetPK()

Returns

Tuple<string, string>