SecurityAppState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
No description.
public enum class SecurityAppState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.SecurityAppManagerContract, 65536)]
enum class SecurityAppState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.SecurityAppManagerContract), 65536)]
public enum SecurityAppState
var value = Windows.UI.Shell.SecurityAppState.disabled
Public Enum SecurityAppState
- Inheritance
-
SecurityAppState
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.17763.0)
|
API contract |
Windows.UI.Shell.SecurityAppManagerContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Disabled | 0 | No description. |
Enabled | 1 | No description. |