VSGI.CookieUtils – valum-0.3 Reference Manual
CookieUtils
Description:
public
namespace
CookieUtils
Cookie-related utilities.
Namespace:
VSGI.CookieUtils
Package:
valum-0.3
Content:
Methods:
public
void
sign
(
Cookie
cookie,
ChecksumType
checksum_type,
uint8
[] key)
Sign the provided cookie name and value in-place using HMAC.
public
bool
verify
(
Cookie
cookie,
ChecksumType
checksum_type,
uint8
[] key,
out
string
? value)
Verify a signed cookie from
VSGI.CookieUtils.sign
.