Creates and verifies serials based on asymmetric elliptic curves cryptography This class cannot be inherited.


The following tables list the members exposed by SerialsManager.

Public Constructors

Name Description
Static Public method SerialsManager Overloaded. Initializes a new instance of the SerialsManager class.
Top

Public Properties

Name Description
Public property BlackList List of IDs of serials which are blacklisted. For a blacklisted serial method IsValid() will always return false.
Public property Container (inherited from Component)
Public property DeveloperName Developer name on whom this component is registered
Public property DeveloperSerial Key provided by SeriousBit, to get one for free go to our site Whithout this key SerialsManager wouldn't work properly
Public property IsCreatingSerials If SerialsManger is creating serials at the moment then returns true
Public property IsMono Returns true if program is currently running under Mono Runtime
Public property Static LibraryVersion Returns the version of this library
Public property MaxDate Gets maximal expiration date possible for a serial
Public property MinDate Gets the minimal Date possible for a serial.
Public property PrivateKey Base32 string used to create serials. Must be generated by Ellipter programatically or by GUI.
Public property PublicKey Base32 string used to verify serials. Must be generated by Ellipter programatically or by GUI.
Public property Site (inherited from Component)
Top

Public Methods

Name Description
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method CreatePrivatePublicKeys Creates public and private keys and puts them in PublikKey and PrivateKey properties
Public method CreateSerial Overloaded. Creates a serial with a random ID
Public method CreateSerials Overloaded. Creates a serial
Public method Dispose (inherited from Component)
Public method Equals (inherited from Object)
Public method GetDate Returns the date from serial. If no date is present in this serial then returns DateTime.MaxValue
Public method GetHashCode (inherited from Object)
Public method GetID Return the ID of serial
Public method GetInfo Returns product information from serial. If no information is present in this serial then returns null
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method Static GetMachineID Obsolete.
Public method GetType (inherited from Object)
Public method HasDate Returns true if serial has a date embedded
Public method HasInfoField If serial has product information then returns true
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Public method IsDeveloperRegistered For internal use only
Public method IsValid Returns true if the serial is valid when verified with current public key
Public method RegisterDeveloper For internal use only
Public method StopCreatingSerials Stops SerialManager from creating serials
Public method ToString (inherited from Component)
Top

Public Events

Name Description
Public event Disposed (inherited from Component)
Public event SerialCreated Occurs when a serial is created
Top

Explicit Interface Implementations

Name Description
Static Private method SerialsManager Overloaded. Initializes a new instance of the SerialsManager class.
Top

See Also