다음을 통해 공유


IsolatedWindowsEnvironment.GetUserInfo 메서드

정의

더 이상 사용되지 않습니다. 격리된 환경 사용자는 호스트 사용자와 다르고 분리되어 있으므로 호스트 애플리케이션은 사용자 이름 및 SID와 같이 격리된 환경에 로그인한 사용자에 대한 정보를 알고 있어야 할 수 있습니다. 이 API는 로그인 프로세스가 완료되기를 기다릴 필요 없이 해당 값을 노출합니다.

public:
 virtual IsolatedWindowsEnvironmentUserInfo ^ GetUserInfo() = GetUserInfo;
IsolatedWindowsEnvironmentUserInfo GetUserInfo();
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentUserInfo GetUserInfo();
public IsolatedWindowsEnvironmentUserInfo GetUserInfo();
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment 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 IsolatedWindowsEnvironmentUserInfo GetUserInfo();
function getUserInfo()
Public Function GetUserInfo () As IsolatedWindowsEnvironmentUserInfo

반환

IsolatedWindowsEnvironmentUserInfo

특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (v3.0에서 도입되었습니다.)

설명

경고

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

적용 대상