共用方式為


IsolatedWindowsEnvironmentUserInfo 類別

定義

已取代。 運行時間類別,其中包含隔離式 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
繼承
Object Platform::Object IInspectable 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 環境登入程式完成之後傳回。 如果登入成功,則會傳回 ,false否則會傳回 true

TryWaitForSignInWithProgressAsync()

已取代。 異步函式,可讓呼叫端等候環境登入程式完成,再繼續進行。 此函式會在等候登入時提供進度更新; TryWaitForSignInAsync 不會。

適用於