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

See Also