Inherit Property
If Inherit is true, and HideStringsAttribute is applied to an assembly, ArmDot encrypts strings in all methods of the assembly.
If Inherit is true, and HideStringsAttribute is applied to a type, ArmDot encrypts strings used by the methods of the type, and of the nested types.
The default value is true.
bool Inherit { get; set; }