Enum ElevatedPermissions
Defines constants that indicate whether elevated permissions are required for an out-of-browser application.
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum ElevatedPermissions
Fields
| Name | Description |
|---|---|
| NotRequired | Elevated permissions are not required to run the application outside the browser. |
| Required | Elevated permissions are required to run the application outside the browser. |