Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

csmac:payload

Generates a MAC query string value for a string resembling a name-value pair URL query string, with a specific store's current key.

Syntax

Parameters

value (required)
Input parameter. String from which the MAC should be calculated. It should be in the name-value pair format: "name1=val1&name2=val2" This is used in URL query strings.

Note

Use the character code & as input instead of the ampersand character &.

storeid (required)
Input parameter. Identifier of the Transact store whose secret keys are used to generate the MAC.

varname (required)
Input and output parameter. Name of a variable to write to with the payload string of the form "MAC:value&kid=storeid.keyID&ss=env". For example, with a value of name1=val1 and storeID of 400003, the following is returned (depending on current key values):

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.