IsolatedWindowsEnvironmentUserInfo 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
더 이상 사용되지 않습니다. 격리된 Windows 환경 사용자에 대한 속성을 포함하는 런타임 클래스입니다.
public ref class IsolatedWindowsEnvironmentUserInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class IsolatedWindowsEnvironmentUserInfo final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
class IsolatedWindowsEnvironmentUserInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class IsolatedWindowsEnvironmentUserInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Security.Isolation.IsolatedWindowsEnvironmentContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentUserInfo 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 sealed class IsolatedWindowsEnvironmentUserInfo
Public NotInheritable Class IsolatedWindowsEnvironmentUserInfo
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v3.0에서 도입되었습니다.)
|
설명
경고
더 이상 사용되지 않는 API입니다.
속성
EnvironmentUserName |
더 이상 사용되지 않습니다. 격리된 Windows 환경에 로그인한 사용자의 사용자 이름을 가져옵니다. 이는 호스트 사용자와 다르고 별개이므로 가져옵니다. |
EnvironmentUserSid |
더 이상 사용되지 않습니다. 격리된 Windows 환경에 로그인한 사용자의 SID를 가져옵니다. 이는 호스트 사용자와 다르고 별개이므로 가져옵니다. |
메서드
TryWaitForSignInAsync() |
더 이상 사용되지 않습니다. 이 비동기 대기 함수는 격리된 Windows 환경 로그인 프로세스가 완료되면 를 반환합니다. 로그인이 성공하면 를 반환하고, |
TryWaitForSignInWithProgressAsync() |
더 이상 사용되지 않습니다. 호출자가 계속하기 전에 환경 로그인 프로세스가 완료되기를 기다릴 수 있도록 하는 비동기 함수입니다. 이 함수는 로그인을 기다리는 동안 진행률 업데이트를 제공합니다. TryWaitForSignInAsync 는 그렇지 않습니다. |