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

See Also