Skip to content

Get Secure Policy Settings

Violet Hansen edited this page Jan 22, 2026 · 3 revisions

Get Secure Policy Settings

AppControl Manager Application's Get Secure Policy Settings Page


In this AppControl Manager page, you can verify whether a policy with certain secure settings is deployed on the system or not.

App Control for Business policies expose a Settings section where policy authors can define arbitrary secure settings. Secure Settings provide local admin tamper-free settings for secure boot enabled systems, with policy signing enabled. Learn more about them in here.


Description of the Results

  • Value: The actual value of the string.
  • ValueType: The type of setting: WldpString, WldpInteger or WldpBoolean.
  • ValueSize: the size of the returned value.
  • Status: True/False depending on whether the setting exists on the system.
  • StatusCode: 0 if the value exists on the system, non-zero if it doesn't.

How To Configure Secure Policy Settings

Use the Policy Editor page in the AppControl Manager to add Secure Policy Settings to your policies.

Notes

  • DWord value is the same as integer or WldpInteger.








C#


Clone this wiki locally