lookup_signed_cookie
Description:
[ Version ( since = "0.3" ) ]
public Cookie? lookup_signed_cookie (string name, ChecksumType checksum_type, uint8[] key, out string? value)
public Cookie? lookup_signed_cookie (string name, ChecksumType checksum_type, uint8[] key, out string? value)
Lookup a signed cookie using its name.
The returned cookie has its value signed, the 'value' parameter can be used to obtain its original value.
Returns:
the signed cookie if found, otherwise 'null' |