IsolatedWindowsEnvironment.GetUserInfo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Étant donné que l’utilisateur de l’environnement isolé est différent et distinct de l’utilisateur hôte, une application hôte peut avoir besoin de connaître des informations sur l’utilisateur connecté à l’environnement isolé, telles que le nom d’utilisateur et le SID. Cette API expose ces valeurs sans avoir à attendre la fin du processus de connexion.
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
Retours
IsolatedWindowsEnvironmentUserInfo
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 2104 (introduit dans 10.0.20348.0)
|
API contract |
Windows.Security.Isolation.IsolatedWindowsEnvironmentContract (introduit dans v3.0)
|
Remarques
Avertissement
Il s’agit d’une API déconseillée.