Click or drag to resize
UpdateControllerValidateUpdate Method
Validates the downloaded update represented by CurrentUpdate, or, if EnableAutoChaining is , every update in the update chain.

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 bool ValidateUpdate()

Return Value

Type: Boolean
if the downloaded update(s) are valid; otherwise, .
Exceptions
Remarks

This method checks the downloaded update against the signature that was obtained from director.xml and the key specified in PublicKeyToken. The update must have already been downloaded using DownloadUpdate, DownloadUpdateAsync, or ShowDownloadUpdateDialog.

If EnableAutoChaining is , this method validates all updates in the chain and returns if any are invalid.

See Also