C# Class Particular.Licensing.RegistryLicenseStore

Show file Open project: Particular/ServiceInsight

Private Properties

Property Type Description

Public Methods

Method Description
RegistryLicenseStore ( ) : System
RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System
StoreLicense ( string license ) : void
TryReadLicense ( string &license ) : bool

Method Details

RegistryLicenseStore() public method

public RegistryLicenseStore ( ) : System
return System

RegistryLicenseStore() public method

public RegistryLicenseStore ( RegistryKey regKey, string keyPath = DefaultKeyPath, string keyName = DefaultKeyName ) : System
regKey RegistryKey
keyPath string
keyName string
return System

StoreLicense() public method

public StoreLicense ( string license ) : void
license string
return void

TryReadLicense() public method

public TryReadLicense ( string &license ) : bool
license string
return bool