次の方法で共有


DeviceAccountConfiguration.AuthenticationType プロパティ

定義

このアカウントの DeviceAccountAuthenticationType を取得または設定します。

public:
 property DeviceAccountAuthenticationType AuthenticationType { DeviceAccountAuthenticationType get(); void set(DeviceAccountAuthenticationType value); };
DeviceAccountAuthenticationType AuthenticationType();

void AuthenticationType(DeviceAccountAuthenticationType value);
public DeviceAccountAuthenticationType AuthenticationType { get; set; }
var deviceAccountAuthenticationType = deviceAccountConfiguration.authenticationType;
deviceAccountConfiguration.authenticationType = deviceAccountAuthenticationType;
Public Property AuthenticationType As DeviceAccountAuthenticationType

プロパティ値

このアカウントの DeviceAccountAuthenticationType

Windows の要件

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

適用対象