CreateTokenInSharedKey Property | |
Gets or sets the SharedKey
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public Guid SharedKey { get; set; }
function get_SharedKey();
function set_SharedKey(value);
Property Value
GuidRemarks
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 |
---|
A shared is a GUID string which can only be generated within the time-web 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