Share via


ILicenseStore Interface

This interface represents a license store on which SLP system licenses can be installed. The License store hosts persistent licensing information. The interface exposes properties to fetch information related to the store.

C#

  
    public
   interface ILicenseStore;

C++

  
    __interface
   ILicenseStore;

Visual Basic

  
    Public
   Interface ILicenseStore

Cc183755.indicator_method(en-us,MSDN.10).gifCc183755.indicator_public(en-us,MSDN.10).png

ConfigurePermissions

Configures the permissions that are required to store licensing information. Requires administrative permissions.

Cc183755.indicator_property(en-us,MSDN.10).gifCc183755.indicator_public(en-us,MSDN.10).png

InstalledLicenses

Returns a list of licenses installed on the License Device.

Cc183755.indicator_property(en-us,MSDN.10).gifCc183755.indicator_public(en-us,MSDN.10).png

State

Indicates the License device state.

Cc183755.indicator_property(en-us,MSDN.10).gifCc183755.indicator_public(en-us,MSDN.10).png

StoreId

Indicates the device Id. The license can lock to this device only when this Id matches ILicenseData.LicenseStoreId.

Cc183755.indicator_property(en-us,MSDN.10).gifCc183755.indicator_public(en-us,MSDN.10).png

StoreType

This represents a device-type from the enumeration LicenseStoreType.

Inheritance Hierarchy
  Microsoft.Licensing.ILicenseStore
See Also

ILicenseStore Members
ILicenseStore Methods
ILicenseStore Properties

What do you think about this topic? Send feedback!