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
Syntaxpublic static bool IsRunningWithIdentity()
Public Shared Function IsRunningWithIdentity As Boolean
public:
static bool IsRunningWithIdentity()
static member IsRunningWithIdentity : unit -> bool
Return Value
Type:
BooleanTrue if the application is running with package or application identity, false otherwise.
See Also