PlatformAutomaticAppSignInPolicy 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.
Defines state that specify the current stage for automatic app sign in.
public enum class PlatformAutomaticAppSignInPolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.PlatformAutomaticAppSignInContract, 65536)]
enum class PlatformAutomaticAppSignInPolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.PlatformAutomaticAppSignInContract), 65536)]
public enum PlatformAutomaticAppSignInPolicy
var value = Windows.System.Profile.PlatformAutomaticAppSignInPolicy.unknown
Public Enum PlatformAutomaticAppSignInPolicy
- Inheritance
-
PlatformAutomaticAppSignInPolicy
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows Desktop Extension SDK (introduced in 10.0.23665.0)
|
| API contract |
Windows.System.Profile.PlatformAutomaticAppSignInContract (introduced in v1.0)
|
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | This policy cannot be evaluated |
| PermissionRequired | 1 | Do not sign in automatically |
| AlwaysAllowed | 2 | Sign in automatically |
Remarks
Important
This enum is intended for use by first-party applications.