LicenseManager Class
Click or drag to resize

LicenseManager Class

Service for managing and retrieving information about FileHold licenses
Inheritance Hierarchy

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public class LicenseManager : WebService

The LicenseManager type exposes the following members.

Constructors
  NameDescription
Public methodLicenseManager
Initializes a new instance of the LicenseManager class
Top
Methods
  NameDescription
Public methodAddEasyLicense
Public methodChangeEasyLicenseStatus
Public methodDecodeLicenseFile
Read license information from encrypted data
Public methodDecodeLicenseFileAndConvertDateTimes
Read license information from encrypted data and convert datetimes to user's timezone
Public methodGetAllOneTimeLicensesCount
Public methodGetAvailableViewerLicenseTypes
Return all viewer license types which are available
Public methodGetCurrentLicense
Return current system license
Public methodGetCurrentLicenseEncryptionVersion
Public methodGetEasyLicenses
Public methodGetEasyLicenseUsageLogs
Public methodGetHardwareKey
Return hardware key of the server
Public methodGetLicenseDetails
Return current system license's details
Public methodGetLicenseEncryptionVersion
Public methodGetRemainingOneTimeLicenses
Public methodGetSystemInformations
Public methodGetVierwerConfiguration
Return settings for given viewer license
Public methodGetViewerFileFormatList
Return list of supported file formats for given license type
Public methodGetViewerLicenseTypes
Return all defined viewer license types
Public methodGetViewerMasterListOfSupportedFormats
Return list of all supported file formats
Public methodIsEasyLicenseValid
Public methodIsLicenseValid
Check if the given license is valid
Public methodIsViewerFileExtensionAllowed(String, Type, Type)
Public methodIsViewerFileExtensionAllowed(String, Int32, Int32)
Public methodSetLicenseFile
Update system license
Public methodSetVierwerConfiguration
Configure settings for given viewer license
Top
Extension Methods
See Also