Classes

Class Description
Public class Crc16 Calculates 16 bit cyclic redundancy check codes (CRC16). This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class Crc32 Calculates 32 bit cyclic redundancy check codes (CRC32). This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class MachineInfoException Represents errors that occur during Machine ID info calculation.
Public class MachineInfoReader Reads and calculates hardware and software info for computer identification. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.
Public class SerialCreatedEventArgs Occurs when a serial is generated
Public class SerialException Represents errors that occur during serial keys creation or verification.
Public class SerialsManager Creates and verifies serials based on asymmetric elliptic curves cryptography This class cannot be inherited.
Public class TimeBomb Provides functionality for time limited trial application
Public class UsageBomb Provides functionality for uses count limited trial application

Delegates

Delegate Description
Public delegate SerialCreatedEventHandler Represents the method that will handle a SerialCreated event

Enumerations

Enumeration Description
Public enumeration BombState Describes TimeBomb object's state
Public enumeration KeyStrength Determines the EC key strength.
Public enumeration MachineInfo Specifies constants that define hardware and software identification info types.