API Reference
Class
CookieAttributeSummary
Provides cookie attribute summary functionality.
Inheritance
- Object
- CookieAttributeSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property WebStaticScanAnalysis.CookieSummary
Constructors
public CookieAttributeSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 TotalFirstParty { get; set; } #Gets or sets the total first party value.
public Int32 Secure { get; set; } #Gets or sets the secure value.
public Int32 HttpOnly { get; set; } #Gets or sets the http only value.
public Int32 SameSiteLax { get; set; } #Gets or sets the same site lax value.
public Int32 SameSiteStrict { get; set; } #Gets or sets the same site strict value.
public Int32 SameSiteNone { get; set; } #Gets or sets the same site none value.
public Int32 SameSiteMissing { get; set; } #Gets or sets the same site missing value.
public Int32 MaxAgePresent { get; set; } #Gets or sets the max age present value.
public Int32 DomainPresent { get; set; } #Gets or sets the domain present value.