Click or drag to resize

TokenCreateSharedKey Property

Gets or sets the SharedKey

Namespace: AppOne.Web.Service.Services
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public Guid SharedKey { get; set; }

Property Value

Guid
Remarks
This value represents the customers web service key which is used to validate a specific customer. See the "Time web services Integration Overview" document on the about page for a step-by-step set of instructions for setting up and configuring Shared Keys A SharedKey must be created ahead of time by a system administrator.

Tip  Tip
A shared is a GUID string which can only be generated within the strattime configuration interface. SharedKeys are static and can be set at either a brand or customer level. Please contact support for help with enabling and setting up a shared key.
Example
39f41cf6-9b17-4fe3-9c55-12936b0e844a
See Also