Walter.Web.FireWall
TryReadCookie Method (ICookieFactory)
Walter.Web.FireWall Assembly > Walter.Web.FireWall.Infrastructure.Repositories Namespace > ICookieFactory Interface : TryReadCookie Method
The user who's cookie will be read.
Name of the cookie.
The cookie value.
Tries to read the cookie from the cookie store and not from the HTTPRequest.
Syntax

Parameters

user
The user who's cookie will be read.
cookieName
Name of the cookie.
cookieValue
The cookie value.

Return Value

true if the cookie could be read, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ICookieFactory Interface
ICookieFactory Members
UseTransparentEncryption Property