共用方式為


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

適用於