Click or drag to resize

PackageRegistrarIsRunningWithIdentity Method

IT Hit User File System
Helper method to determine if the process is running with package or application identity.

Namespace:  ITHit.FileSystem.Windows.Package
Assembly:  ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntax
public static bool IsRunningWithIdentity()

Return Value

Type: Boolean
True if the application is running with package or application identity, false otherwise.
See Also