共用方式為


PlatformAutomaticAppSignInPolicy 列舉

定義

定義狀態,指定自動應用程式登入的目前階段。

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
繼承
PlatformAutomaticAppSignInPolicy
屬性

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.23665.0 引進)
API contract
Windows.System.Profile.PlatformAutomaticAppSignInContract (已於 v1.0 引進)

欄位

AlwaysAllowed 2

自動登入

PermissionRequired 1

不要自動登入

Unknown 0

無法評估此原則

備註

重要

此列舉適用於第一方應用程式。

適用於

另請參閱