SmartAssemblySettings.

StringsEncoding Property

Summary

Setting strings encoding To disable strings encoding: /stringsencoding=false To enable strings encoding, set /stringsencoding=true. You may specify settings for the three sub-options: Use improved protection? Compress and encrypt resources? Cache the strings for improved performance? /stringsencoding=true; improved:[true | false], compressencrypt:[true | false] cache:[true | false]

Syntax

public Nullable<bool> StringsEncoding { get; set; }

Value

Type Description
Nullable<bool>