* @version $Id: TCookieProtection.php 1398 2006-09-08 19:31:03Z xue $ * @package System.Web.Security * @since 3.1 */ class TCookieProtection extends TEnumerable { const All='All'; const Encryption='Encryption'; const None='None'; const Validation='Validation'; } ?>