Share via


IsolatedWindowsEnvironmentSignInProgress Enum

Definition

Deprecated. Specifies the progress of a sign-in operation.

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
Inheritance
IsolatedWindowsEnvironmentSignInProgress
Attributes

Windows requirements

Device family
Windows 11 Insider Preview (introduced in 10.0.23504.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduced in v4.0)

Fields

Authenticating 2

Signing in to the Isolated Windows Environment.

Completed 5

Sign-in to the Isolated Windows Environment is complete.

Connected 1

Established connection to the Isolated Windows Environment.

Connecting 0

Connecting to the Isolated Windows Environment.

Finalizing 4

Configuring user session settings in the Isolated Windows Environment.

SettingUpAccount 3

Setting up user session in the Isolated Windows Environment.

Remarks

Warning

This is a deprecated API.

The progress state values are expected to arrive in order (Connecting -> Connected -> Authenticating -> SettingUpAccount -> Finalizing -> Completed), but may skip states if TryWaitForSignInWithProgressAsync is called while sign-in is already underway.

Applies to