DeployLX Software Protection System

PublisherLimit Class

Restricts the use of the software only to publishers with a specific strong name key. Can also be used to restrict the use of shared assemblies to only your assemblies.

Syntax

<SerializableAttribute> _
Public Class PublisherLimit _
	Inherits Limit
[SerializableAttribute]
public class PublisherLimit : Limit

Remarks

If an assembly signed with the publisher's strong name code exists anywhere on the call stack then the license is considered valid.

See the Publisher Limit Reference for more information.

Inheritance Hierarchy

System..::..Object
  DeployLX.Licensing.v5..::..Limit
    DeployLX.Licensing.v5..::..PublisherLimit

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also