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

See Also