Walter.Web.FireWall
TryReadCookie Method (IUserIdentity)
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IUserIdentity Interface : TryReadCookie Method
the name of the cookie
the value as clear-text
Try and read the cookie, the value will be deciphered and provided as the output value
Syntax
bool TryReadCookie( 
   string name,
   out string? value
)

Parameters

name
the name of the cookie
value
the value as clear-text

Return Value

True if the cookie exists and could be deciphered
Remarks
if deciphering failed as a alternative cipher method was used the value will be populated and false will be returned
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

IUserIdentity Interface
IUserIdentity Members