Click or drag to resize
UpdateControllerClientAccessKey Property
Gets or sets a value that can be used as a secondary client identifier. Client keys can be used in an AppLife Update Server whitelist. Like the ClientID, this value is passed to the server with each request.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public string ClientAccessKey { get; set; }

Property Value

Type: String
See Also