• 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

Namespace ArmDot.Client

Classes

Api

Use methods of this class to set and check the license key state, and to get current machine's hardware id.

Api.Hardware

Contains possible values of hardware that are used to generate hardware id.

Also see ArmDot.Client.Api.GetCurrentMachineHardwareId.

Api.LicenseKeyState

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

EmbedFileAttribute

Instructs ArmDot to embed a file into output assembly.

HideStringsAttribute

Instructs ArmDot to encrypt and hide strings used in the code.

IntegrityCheckingAttribute

ObfuscateControlFlowAttribute

Instructs ArmDot to obfuscate the control flow of methods.

ObfuscateNamesAttribute

Instructs ArmDot to obfuscate names.

ObfuscateNamespacesAttribute

Instructs ArmDot to obfuscate names.

ProtectEmbeddedResourcesAttribute

Instructs ArmDot to hide and encrypt the embedded resources of an assembly.

VirtualizeCodeAttribute

Instructs ArmDot to virtualize a method.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX