Image Resizer : API Documentation

Type ILicenseService

Namespace ImageResizer.Plugins

Interfaces IPlugin

Provides license verification and enforcement services. Do not access directly; use your local embedded static method to verify instance integrity.

Methods

Public instance methods

string GetLicensingOverview(bool forceVerification)

Returns a plaintext report on licensing status
Parameters
bool forceVerification
If true, pending verifications will be completed before the method returns

void NotifyUse(string domain, Guid feature)

Notify the license service that the given feature is being used for the given domain.

void SetFriendlyName(Guid id, string featureDisplayName)

Configure the display name for the given feature id

long VerifyAuthenticity(Guid feature)

Returns a changing shared secret to make interface hijacking difficult.