Condividi tramite


IsolatedWindowsEnvironmentUserInfo Classe

Definizione

Deprecato. Classe di runtime contenente le proprietà per l'utente Isolated Windows Environment.

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
Ereditarietà
Object Platform::Object IInspectable IsolatedWindowsEnvironmentUserInfo
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2104 (è stato introdotto in 10.0.20348.0)
API contract
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (è stato introdotto in v3.0)

Commenti

Avviso

Si tratta di un'API deprecata.

Proprietà

EnvironmentUserName

Deprecato. Ottiene il nome utente dell'utente che ha eseguito l'accesso all'ambiente Windows isolato, perché è diverso e separato dall'utente host.

EnvironmentUserSid

Deprecato. Ottiene il SID dell'utente che ha eseguito l'accesso all'ambiente Windows isolato, perché è diverso e separato dall'utente host.

Metodi

TryWaitForSignInAsync()

Deprecato. Questa funzione di attesa asincrona viene restituita al termine del processo di accesso dell'ambiente Windows isolato. Restituisce true se l'accesso è riuscito, false in caso contrario.

TryWaitForSignInWithProgressAsync()

Deprecato. Funzione asincrona che consente ai chiamanti di attendere il completamento del processo di accesso dell'ambiente prima di continuare. Questa funzione fornisce aggiornamenti dello stato di avanzamento quando attende l'accesso; TryWaitForSignInAsync non lo fa.

Si applica a