Indicates the level of trust for a process.
| C# | Visual Basic |
public enum TrustLevel
Public Enumeration TrustLevel
| Member | Description |
|---|---|
| NoTrust |
The OEM does not trust this module.
|
| Restricted |
The OEM trusts the module to run, but restricts the module from making certain function calls.
|
| Trusted |
The OEM trusts the module to perform any OS function calls.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |