다음을 통해 공유


IsolatedWindowsEnvironmentSignInProgress 열거형

정의

더 이상 사용되지 않습니다. 로그인 작업의 진행률을 지정합니다.

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
상속
IsolatedWindowsEnvironmentSignInProgress
특성

Windows 요구 사항

디바이스 패밀리
Windows 11 Insider Preview (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v4.0에서 도입되었습니다.)

필드

Authenticating 2

격리된 Windows 환경에 로그인합니다.

Completed 5

격리된 Windows 환경에 로그인이 완료되었습니다.

Connected 1

격리된 Windows 환경에 대한 연결이 설정되었습니다.

Connecting 0

격리된 Windows 환경에 연결.

Finalizing 4

격리된 Windows 환경에서 사용자 세션 설정 구성

SettingUpAccount 3

격리된 Windows 환경에서 사용자 세션 설정.

설명

경고

더 이상 사용되지 않는 API입니다.

진행 상태 값은 순서대로 도착할 것으로 예상되지만 로그인ConnectingConnectedAuthenticating>SettingUpAccount>>Finalizing>>Completed이 이미 진행 중인 동안 TryWaitForSignInWithProgressAsync가 호출되면 상태를 건너뛸 수 있습니다.

적용 대상