• 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.Client
      • Api
      • Api.Hardware
      • Api.LicenseKeyState
      • EmbedFileAttribute
      • HideStringsAttribute
      • 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

Class Api.LicenseKeyState

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

Inheritance
System.Object
Api.LicenseKeyState
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArmDot.Client
Assembly: ArmDot.Client.dll
Syntax
public static class 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
System.Int32

Blocked

The key is blacklisted.

Declaration
public const int Blocked = 2
Field Value
Type Description
System.Int32

Expired

The key is expired.

Declaration
public const int Expired = 3
Field Value
Type Description
System.Int32

Invalid

The key is not valid.

Declaration
public const int Invalid = 0
Field Value
Type Description
System.Int32

MaximumBuildDateExpired

The key contains a maximum build date that is expired.

Declaration
public const int MaximumBuildDateExpired = 4
Field Value
Type Description
System.Int32

Valid

The key is valid.

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