• ArmDot Home
  • Documentation
  • Tutorial
  • API
  • Download
Show / Hide Table of Contents
  • Getting Started
  • Tutorial
  • MSBuild Obfuscation Task
  • Embedded Files
    • Embedded Files
    • Predefined Directories
  • Key Generators
    • Key Generator for PHP
    • Key Generator for C/C++
  • Command Line Tools
    • ArmDotConsole.exe
  • API
    • ArmDot.Api.Keys
      • LicenseKey
      • LicenseKeyDecoderError
      • LicenseKeyDecoderException
    • ArmDot.Client
      • Api
      • Api.Hardware
      • Api.LicenseKeyState
      • EmbedFileAttribute
      • HideStringsAttribute
      • IntegrityCheckingAttribute
      • ObfuscateControlFlowAttribute
      • ObfuscateNamesAttribute
      • ObfuscateNamespacesAttribute
      • ProtectEmbeddedResourcesAttribute
      • VirtualizeCodeAttribute
    • ArmDot.Engine.MSBuildTasks
      • ObfuscateTask
  • Obfuscation Attributes
  • Stack Trace Deobfuscation
  • ArmDot Warnings
    • How to disable a warning?
    • Warning ARMDOT0001
    • Warning ARMDOT0002
    • Warning ARMDOT0003
    • Warning ARMDOT0004
    • Warning ARMDOT0005
    • Warning ARMDOT0006
    • Warning ARMDOT0007
    • Warning ARMDOT0008
  • Glossary
    • Hardware Id
  • License
  • Activation

Class Api.LicenseKeyState

Contains possible values of license key state. Also see ArmDot.Client.Api.GetLicenseState.

Inheritance
object
Api.LicenseKeyState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class Api.LicenseKeyState

Fields

BadHardwareId

This key contains a hardware id that doesn't match to the machine's hardware id.

Declaration
public const int BadHardwareId = 5
Field Value
Type Description
int

Blocked

The key is blacklisted.

Declaration
public const int Blocked = 2
Field Value
Type Description
int

Expired

The key is expired.

Declaration
public const int Expired = 3
Field Value
Type Description
int

Invalid

The key is not valid.

Declaration
public const int Invalid = 0
Field Value
Type Description
int

MaximumBuildDateExpired

The key contains a maximum build date that is expired.

Declaration
public const int MaximumBuildDateExpired = 4
Field Value
Type Description
int

Valid

The key is valid.

Declaration
public const int Valid = 1
Field Value
Type Description
int
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX