Show / Hide Table of Contents

Constructor RegistryLicenseProviderAttribute

| Improve this Doc View Source

RegistryLicenseProviderAttribute(String, String)

Initializes a new instance of RegistryLicenseProviderAttribute class.

Declaration
public RegistryLicenseProviderAttribute(string subkeyName, string valueName)
Parameters
Type Name Description
System.String subkeyName

The name or path of the subkey. When ends with "", a [Major].[Minor] of assembly version will be appended. For example, if subkeyName is "DevZest.Net Licensing" and assembly version is 1.0.3368.0, the subkey name "DevZest.Net Licensing\1.0" will be used.

System.String valueName

The name of the subkey value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest