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
|