SystemLibrary.Common.Net.Attributes
Classes
ConfigDecryptAttribute
Mark a property as the Decrypted value of an Encrypted Configuration Property
The property marked must be Public, Instance, Get and Set.
This attribute goes hand in hand with Config class, when a Config class is created it looks for which properties has this attribute and decrypts accordingly
To decrypt, properties must be encrypted through Encrypt() extension in this library that takes no Key/IV, but the "default" you've specified by configuration/convention. Read more in StringExtensions.Encrypt method how to encrypt.EnumTextAttribute
Decorate Enum Key with text
EnumValueAttribute
Decorate Enum Key with a value