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 (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 (inherited from Component)
Top

Protected Properties

Name Description
Family property CanRaiseEvents (inherited from Component)
Family property DesignMode (inherited from Component)
Family property Events (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 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 (inherited from Object)
Public method GetCPUID Obsolete. 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 (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 GetType (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 (inherited from MarshalByRefObject)
Public method IsDeveloperRegistered For internal use only
Public method IsSerialExpired Verifies if a serial is expired
Public method IsValid Overloaded. 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

Protected Methods

Name Description
Family method Dispose Overloaded. Releases the resources used by the Component. (inherited from Component)
Family method Finalize (inherited from Component)
Family method GetService (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 (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