Share via


Obfuscation Attribute Feature Map

The feature map is for Declarative Obfuscation. For a complete description of Dotfuscator’s support for Declarative Obfuscation, see Declarative Obfuscation via Custom Attributes. That section describes the Feature Map and lists the native feature strings that Dotfuscator understands.

In the configuration file, the <obfuscationattributemap> element is where you can map strings obtained from an obfuscation attribute’s Feature property to one or more feature strings that Dotfuscator understands.

Here is what such a mapping looks like in the XML configuration file.

  <obfuscationattributemap>
    <feature name="testmode">renaming, controlflow</feature>
  </obfuscationattributemap>

© 2002-2007 PreEmptive Solutions. All rights reserved.