EazfuscatorNetSettings.

KeyFile Property

Summary

Gets or sets a property specifing the key file to use during obfuscation.

Syntax

public FilePath KeyFile { get; set; }

Remarks

If this option is specified then obfuscated assembly will be signed with a key from specified file. PLEASE NOTE: obfuscated assembly that had a strong name before obfuscation MUST BE resigned to work properly; otherwise it will not be able to load. Also note that only assemblies with strong name can be resigned - assemblies without strong name are not affected.

Value

Type Description
FilePath