Class uacInfo
Gets UAC integrity level and other security info of this and other processes.
public sealed class uacInfo : IDisposable
Remarks
An uacInfo variable contains a process access token handle that is used to get security info. Always dispose uacInfo variables to close the handle.
Namespace: Au
Assembly: Au.dll
Properties
| Name | Description |
|---|---|
| Elevation | Gets the UAC elevation type of the process. |
| Failed | Returns |
| IntegrityLevel | Gets the UAC integrity level (IL) of the process. |
| IsUIAccess | Returns |
| UnsafeTokenHandle | The access token handle. |
| isAdmin | Returns |
| isUacDisabled | Returns |
| ofThisProcess | Gets uacInfo variable for this process. |
Methods
| Name | Description |
|---|---|
| Dispose() | |
| ofProcess(int) | Opens process access token and creates/returns new uacInfo variable that holds it. Then you can use its properties. |