Click or drag to resize

ProductObfuscateHideStrings Property

Whether to hide strings when obfuscating. If this option is enabled, the strings will be encrypted and decrypted at runtime.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Reference<bool> ObfuscateHideStrings { get; set; }

Property Value

ReferenceBoolean
See Also