Provides an implementation of a LicenseProvider. The provider works in a similar fashion to Microsoft's standard NGWS licensing module.
Object
LicenseProvider
LicFileLicenseProvider
[Visual Basic] Public Class LicFileLicenseProvider Inherits LicenseProvider [C#] public class LicFileLicenseProvider : LicenseProvider [C++] public __gc class LicFileLicenseProvider : public LicenseProvider [JScript] public class LicFileLicenseProvider extends LicenseProvider
The LicFileLicenseProvider offers GetLicense and IsKeyValid methods. The IsKeyValid method determines if the LicenseKey retrieved by the GetLicense method is valid. When you inherit from this class, you can override the IsKeyValid method to provide your own validation logic.
For more information on licensing, see TBD.
Namespace: System.ComponentModel
Assembly: System.dll
LicFileLicenseProvider Members | System.ComponentModel Namespace | License | LicenseContext | LicenseException | LicenseManager | LicenseProvider | LicenseProviderAttribute | LicFileLicenseProvider | LicenseUsageMode