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

このポリシーは評価できません

注釈

重要

この列挙型は、ファースト パーティのアプリケーションで使用することを目的としています。

適用対象

こちらもご覧ください