NamespaceSystemLibrary.Common.Framework.Attributes
Encrypt and decrypt a String, Long or Int property or field on serialization and deserialization
Useful when you want to hide productId's or similar in Frontend part of your application. Avoids having int's or ID's in the frontend, for attackers wanting to brute force endpoints taking INTs
Remarks
Does not support all property/field types, but at least supports: int, int16, uint, int64, uint64 and string types