次の方法で共有


DeviceAccountAuthenticationType 列挙型

定義

認証の種類を指定します。

public enum class DeviceAccountAuthenticationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class DeviceAccountAuthenticationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum DeviceAccountAuthenticationType
var value = Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountAuthenticationType.basic
Public Enum DeviceAccountAuthenticationType
継承
DeviceAccountAuthenticationType
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
userDataAccountsProvider

フィールド

Basic 0

ユーザー名とパスワードを含む base64 でエンコードされた文字列を使用します。

OAuth 1

認証に OAuth を使用します。

SingleSignOn 2

認証にシングル サインオンを使用します。

適用対象