LicenseManager Class

Service for managing and retrieving information about FileHold licenses

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/userrolemanager/licensemanager/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class LicenseManager : WebService
Inheritance
Object    MarshalByValueComponent    WebService    LicenseManager

Constructors

LicenseManagerInitializes a new instance of the LicenseManager class

Methods

AddEasyLicense 
ChangeEasyLicenseStatus 
DecodeLicenseFile Read license information from encrypted data
DecodeLicenseFileAndConvertDateTimes Read license information from encrypted data and convert datetimes to user's timezone
GetAllOneTimeLicensesCount 
GetAvailableViewerLicenseTypes Return all viewer license types which are available
GetCurrentLicense Return current system license
GetCurrentLicenseEncryptionVersion 
GetEasyLicenses 
GetEasyLicenseUsageLogs 
GetHardwareKey Return hardware key of the server
GetLicenseDetails Return current system license's details
GetLicenseEncryptionVersion 
GetRemainingOneTimeLicenses 
GetSystemInformations 
GetVierwerConfiguration Return settings for given viewer license
GetViewerFileFormatList Return list of supported file formats for given license type
GetViewerLicenseTypes Return all defined viewer license types
GetViewerMasterListOfSupportedFormats Return list of all supported file formats
IsEasyLicenseValid 
IsLicenseValid Check if the given license is valid
IsViewerFileExtensionAllowed(String, Type, Type) 
IsViewerFileExtensionAllowed(String, Int32, Int32) 
SetLicenseFile Update system license
SetVierwerConfiguration Configure settings for given viewer license

Extension Methods

See Also