CookieSameSite Enumeration | 
Version 104.4.240 
            Represents the cookie's 'SameSite' status:
            https://tools.ietf.org/html/draft-west-first-party-cookies
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum CookieSameSite
public enum class CookieSameSite
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Strict | 0 | 
            Strict
             | 
 | Lax | 1 | 
            Lax
             | 
 | None | 2 | 
            None
             | 
See Also