Creates and verifies serials based on asymmetric elliptic curves cryptography


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 Gets the IContainer that contains the Component. (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 MaxExpirationDate Gets maximal expiration date possible for a serial
Public property MinExpirationDate Gets minimal expiration 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 Gets or sets the ISite of the Component. (inherited from Component)
Top

Protected Properties

  Name Description
Family property CanRaiseEvents Gets a value indicating whether the component can raise an event. (inherited from Component)
Family property DesignMode Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Family property Events Gets the list of event handlers that are attached to this Component. (inherited from Component)
Top

Public Methods

  Name Description
Public method CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (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 random ID
Public method CreateSerials Overloaded. Creates a serial
Public method Dispose Overloaded. Releases the resources used by the Component. (inherited from Component)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetCPUID Returns ID of this computer's CPU
Public method GetExpirationDate Returns expiration date from serial. If no expiration date is present in this serial then returns DateTime.MaxValue
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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 Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method HasExpirationDate Returns true if serial has expiration date embedded
Public method HasInfoField If serial has product information then returns true
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (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 Returns a String containing the name of the Component, if any. This method should not be overridden. (inherited from Component)
Top

Protected Methods

  Name Description
Family method Dispose Overloaded. Releases the resources used by the Component. (inherited from Component)
Family method Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (inherited from Component)
Family method GetService Returns an object that represents a service provided by the Component or by its Container. (inherited from Component)
Family method MemberwiseClone Overloaded. Creates a shallow copy of the current Object. (inherited from MarshalByRefObject)
Family method OnSerialCreated Fires SerialCreated event
Top

Public Events

  Name Description
Public event Disposed Occurs when the component is disposed by a call to the Dispose method. (inherited from Component)
Public event SerialCreated  
Top

Explicit Interface Implementations

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

See Also