Поделиться через


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

Применяется к