Skip to main content

AgileDotNetLicenseProvider Members

Agile.NET LicenseProvider implementation.

Constructors

MemberDescription
AgileDotNetLicenseProviderInitializes a new instance of the AgileDotNetLicenseProvider class.

Properties

MemberDescription
LicensesReturns an enumerator that iterates through a collection of AgileDotNetLicenses
NetworkLicenseServiceAddressesGet 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.
SearchDirectoriesGets a list of directories the license validation method looks for license files under.

Methods

MemberDescription
AddNetworkLicenseServiceAdds a network license service address. During the license validation process Agile.net will try to retrieve a network license from the address specified.
AddSearchDirectoryAdds 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.
CreateLicenseFromStringCreates a AgileDotNetLicense object from its string representation.
Equalsinherited from Object.
Finalizeinherited from Object.
GetHashCodeinherited from Object.
GetLicenseGets 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