Freigeben über


IsolatedWindowsEnvironmentSignInProgress Enumeration

Definition

Veraltet. Gibt den Fortschritt eines Anmeldevorgangs an.

public enum class IsolatedWindowsEnvironmentSignInProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
enum class IsolatedWindowsEnvironmentSignInProgress
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 262144)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentSignInProgress is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
enum class IsolatedWindowsEnvironmentSignInProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
public enum IsolatedWindowsEnvironmentSignInProgress
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 262144)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentSignInProgress is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public enum IsolatedWindowsEnvironmentSignInProgress
var value = Windows.Security.Isolation.IsolatedWindowsEnvironmentSignInProgress.connecting
Public Enum IsolatedWindowsEnvironmentSignInProgress
Vererbung
IsolatedWindowsEnvironmentSignInProgress
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 Insider Preview (eingeführt in 10.0.23504.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (eingeführt in v4.0)

Felder

Authenticating 2

Anmelden bei der isolierten Windows-Umgebung.

Completed 5

Die Anmeldung bei der isolierten Windows-Umgebung ist abgeschlossen.

Connected 1

Herstellen einer Verbindung mit der isolierten Windows-Umgebung.

Connecting 0

Herstellen einer Verbindung mit der isolierten Windows-Umgebung.

Finalizing 4

Konfigurieren von Benutzersitzungseinstellungen in der isolierten Windows-Umgebung.

SettingUpAccount 3

Einrichten einer Benutzersitzung in der isolierten Windows-Umgebung.

Hinweise

Warnung

Dies ist eine veraltete API.

Es wird erwartet, dass die Statuswerte in der Reihenfolge (Connecting -Connected> ->Authenticating - -SettingUpAccount> - -Finalizing> )>Completed eingehen, aber kann Zustände überspringen, wenn TryWaitForSignInWithProgressAsync aufgerufen wird, während die Anmeldung bereits ausgeführt wird.

Gilt für: