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.
|