Click or drag to resize
UpdateContextTargetApplicationIdentity Property
Gets a WindowsIdentity that represents the identity of the user who ran the application being updated.

Namespace: Kjs.AppLife.Update.Engine.Core
Assembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public WindowsIdentity TargetApplicationIdentity { get; }

Property Value

Type: WindowsIdentity
A WindowsIdentity that represents the identity of the user who ran the application being updated.
Remarks
This identity must be used when performing user-specific update tasks in an elevated update.
See Also