Walter.Web.FireWall
Retentions Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.GDPR.P3P Namespace : Retentions Enumeration
If retained then why data is retained.
Syntax
public enum Retentions : System.Enum 
Members
MemberDescription
ALL Data retention policy and practices by your site, normally these are not cookie related
BusinessPractices Business Practices
DataStoredIndefinitely Data is stored indefinitely
LegalRequirementData is stored with a Legal Requirement in the sites privacy policy
NoDataRetention No Data Retention
None Not Specified
StatedPurposeData is stored with a Stated Purpose in the sites privacy policy
Remarks
W3 P3P is considered out dated as a standard however we still support it as it allows for a structured communication of intentions. You can also use this class in your cookie accept banner
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Walter.Web.FireWall.GDPR.P3P.Retentions

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

Walter.Web.FireWall.GDPR.P3P Namespace