Freigeben über


DeviceAccountAuthenticationType Enumeration

Definition

Gibt den Authentifizierungstyp an.

public enum class DeviceAccountAuthenticationType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class DeviceAccountAuthenticationType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum DeviceAccountAuthenticationType
var value = Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountAuthenticationType.basic
Public Enum DeviceAccountAuthenticationType
Vererbung
DeviceAccountAuthenticationType
Attribute

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

Felder

Name Wert Beschreibung
Basic 0

Verwendet eine base64-codierte Zeichenfolge, die den Benutzernamen und das Kennwort enthält.

OAuth 1

Verwendet OAuth für die Authentifizierung.

SingleSignOn 2

Verwendet einmaliges Anmelden für die Authentifizierung.

Gilt für: