SameSiteOption

Namespace: ASPSecurityKit
Assembly: ASPSecurityKit.dll

Summary

Enumerates possible values for SameSite attribute of HTTP cookie.

Members

Strict

Summary

Indicates that the cookie can be passed only if HTTP request originated from the same site.

Lax

Summary

Indicates that the cookie can be passed cross-site only if the URL is opened by user following a link from external site for example.

None

Summary

Indicates that the client should not apply same site restriction on the cookie.