Agile.NET LicenseProvider implementation.
![]() | AgileDotNetLicenseProvider | Initializes a new instance of the AgileDotNetLicenseProvider class. |
![]() ![]() | Licenses | Returns an enumerator that iterates through a collection of AgileDotNetLicenses |
![]() ![]() | NetworkLicenseServiceAddresses | Get the network license service addresses used to retrieve network licenses from during the license validation process. Agile.net will first look for a license in SearchDirectories, if no license is found it will try to retrieve a license from the list of network service addresses. |
![]() ![]() | SearchDirectories | Gets a list of directories the license validation method looks for license files under. |
![]() ![]() | AddNetworkLicenseService | Adds a network license service address. During the license validation process Agile.net will try to retrieve a network license from the address specified. |
![]() ![]() | AddSearchDirectory | Adds a search directory underwhich Agile.net looks for additional license files during the license validation process. Only the immediate directory is added to the search path, subfolders are left excluded. Search folders are processed according to the order they have been added. |
![]() ![]() | CreateLicenseFromString | Creates a AgileDotNetLicense object from its string representation. |
![]() | Equals | inherited from Object. |
![]() | Finalize | inherited from Object. |
![]() | GetHashCode | inherited from Object. |
![]() | GetLicense | Gets a license for an instance or type of component. The license found is validated against its Locks |
![]() | GetType | inherited from Object. |
![]() | MemberwiseClone | inherited from Object. |
![]() | ToString | inherited from Object. |
![]() ![]() | Validate | Overloaded. Gets a license for an instance or type of component. The license found is validated against its Locks |
AgileDotNetLicenseProvider Class | AgileDotNet.Licensing Namespace | AgileDotNetLicense