AgileDotNetLicenseProvider Members

SecureTeam Copy Protection

AgileDotNetLicenseProvider Members

Agile.NET LicenseProvider implementation.

Constructors

AgileDotNetLicenseProviderInitializes a new instance of the AgileDotNetLicenseProvider class.

Properties

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.

Methods

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.
Equalsinherited from Object.
Finalizeinherited from Object.
GetHashCodeinherited from Object.
GetLicense Gets a license for an instance or type of component. The license found is validated against its Locks
GetTypeinherited from Object.
MemberwiseCloneinherited from Object.
ToStringinherited from Object.
ValidateOverloaded. Gets a license for an instance or type of component. The license found is validated against its Locks

See Also

AgileDotNetLicenseProvider Class | AgileDotNet.Licensing Namespace | AgileDotNetLicense