Websydian v6.1 online documentationOnline documentation - Websydian v6.1

PageGeneratorWithSignature Function

Each Page Generator function in a Websydian application which includes Event Handlers with Digital Signature must inherit from the PageGeneratorWithSignature pattern.

Page Generator functions inheriting from the PageGeneratorWithSignature pattern will be extended with functionality to produce a Digital Signature for each Websydian-generated HTML form on an HTML page.  This digital Signature is based on the hidden fields of the form and a signature key provided by the Page Generator function.   It is up to the developer to specify a value for the key field, which is done in the edit point Pre sign fields.  The name of the CA Plex group model will be used as the key, if no signature key is specified.

The PageGeneratorWithSignature pattern calls the SignFields function to perform the actual calculation of the Digital Signature.

Inheritance