DeployLX Software Protection System

LicenseKeyAttribute Class

Defines the public key used to validate and protect licenses.

Syntax

<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := False)> _
Public NotInheritable Class LicenseKeyAttribute _
	Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = false)]
public sealed class LicenseKeyAttribute : Attribute

Remarks

The value of this attribute is generated automatically by the DeployLX Licensing Manager and should not be modified.

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    DeployLX.Licensing.v5..::..LicenseKeyAttribute

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

See Also