Walter.Web.FireWall
SecureCookiesAttribute Class
Members 
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Annotations Namespace : SecureCookiesAttribute Class
Ensure that all cookies are secure unless explicitly specified and data in the cookie is GDPR protected if at all possible
Syntax
Remarks
You can read and write in clear text, the firewall will ensure the data is secure in. this method is limited to HttpOnly cookies a JavaScript cookies bypass this filter and will not be able to read the cookie cookies.
Inheritance Hierarchy

System.Object
   System.Attribute
      Microsoft.AspNetCore.Mvc.TypeFilterAttribute
         Walter.Web.FireWall.Annotations.SecureCookiesAttribute

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

SecureCookiesAttribute Members
Walter.Web.FireWall.Annotations Namespace
UseTransparentEncryption Property