RegistrationLock Members
Stores registration information, this information can be used to capture the licensee personal information and to display or report it when needed.
Constructors
| Member | Description |
|---|---|
| RegistrationLock | Overloaded. Initializes a new instance of the RegistrationLock class. |
Properties
| Member | Description |
|---|---|
| Name | Captures the name of the licensee. |
| Organization | Captures the organization name allowed to use this license. |
Methods
| Member | Description |
|---|---|
| AddProperty | Adds a name/value property. |
| Equals | inherited from Object. |
| Finalize | inherited from Object. |
| GetHashCode | inherited from Object. |
| GetProperty | Gets a property. |
| GetType | inherited from Object. |
| MemberwiseClone | inherited from Object. |
| ToString | inherited from Object. |
| Validate | inherited from Lock. Checks whether a AgileDotNetLicense meets the restriction enforced by this lock. |