Walter.Web.FireWall
Categories Enumeration
Walter.Web.FireWall Assembly > Walter.Web.FireWall.GDPR.P3P Namespace : Categories Enumeration
Indicates the type of data being stored in cookies and browser data
Syntax
public enum Categories : System.Enum 
Members
MemberDescription
ALL Indicates that you store all categories of data in your cookies and browser data, quite unlikely and perhaps you need to have a coffee with legal
ApplicationState State Management Mechanisms
ComputerInformation Computer Information
Content Content
DemographicSocioeconomic Demographic and Socioeconomic Data
FinancialInformation Financial Information
GovernmentIssuedIdentifiers Government Issued Identifiers
HealthInformation Health Information
Interactive Interactive Data
LocationData LocationData
Navigation Navigation and Click-stream Data
None Data category not specified
OnlineContactInformation Online Contact Information
OtherCategory other-category
PhysicalContactInformation Physical Contact Information
PoliticalInformation Political Information
PreferenceData Preference Data
PurchaseInformation Purchase Information
UniqueIdentifiers Unique Identifiers
Remarks
It's a good idea not to miss any data category that you are storing however do not flag any data that you do not use just to be on the safe side.
Inheritance Hierarchy

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

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