System.ComponentModel.LicFileLicenseProvider
namespace System.ComponentModel
{
public class LicFileLicenseProvider : LicenseProvider
{
public LicFileLicenseProvider();
protected virtual string GetKey(Type type);
protected virtual bool IsKeyValid(string key, Type type);
}
}