UpdateContextTargetApplicationIdentity Property |
Gets a
WindowsIdentity that represents the identity of the user
who ran the application being updated.
Namespace: Kjs.AppLife.Update.Engine.CoreAssembly: Kjs.AppLife.Update.Engine.Core (in Kjs.AppLife.Update.Engine.Core.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic WindowsIdentity TargetApplicationIdentity { get; }
Public ReadOnly Property TargetApplicationIdentity As WindowsIdentity
Get
public:
property WindowsIdentity^ TargetApplicationIdentity {
WindowsIdentity^ get ();
}
member TargetApplicationIdentity : WindowsIdentity with get
Property Value
Type:
WindowsIdentityA
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