Freigeben über


DeviceAccountConfiguration.AuthenticationType Eigenschaft

Definition

Ruft den DeviceAccountAuthenticationType für dieses Konto ab oder legt diesen fest.

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

Eigenschaftswert

DeviceAccountAuthenticationType für dieses Konto.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Gilt für: