Click or drag to resize
DigitalRuneLicensing Class
Manages copy protection and licensing.
Inheritance Hierarchy
SystemObject
  DigitalRuneLicensing

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static class Licensing

The Licensing type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddSerialNumber Obsolete.
Adds the specified serial number.
Top
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