Walter.Web.FireWall
UseTransparentEncryption Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Configurations Namespace > CookieConfig Class : UseTransparentEncryption Property
If set to True the firewall will encrypt the data before the cookie is send and decrypt it before the cookie is used by the application
Syntax
public bool UseTransparentEncryption {get; set;}

Property Value

True by default indicates that the system will try and GDPR compliant if using cookie factory interface
Remarks
If you are developing filters you need to ensure that the Cookie filter has a lower order than your own filter as you might find that the cookie is still encoded or the cookie data is still in the database
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CookieConfig Class
CookieConfig Members
WriteCookie(String,String,Boolean) Method
WriteCookieAsync Method
TryReadCookie Method