| Licensing Class |
Manages copy protection and licensing.
Inheritance Hierarchy
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static class Licensing
Public NotInheritable Class Licensing
public ref class Licensing abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Licensing = class end
The Licensing type exposes the following members.
Methods Remarks
All serial numbers (license keys) must be added using
AddSerialNumber(String) at the
start of the application before any license protected code is executed!
See Also