IsolatedWindowsEnvironmentUserInfo.EnvironmentUserSid Eigenschaft

Definition

Veraltet. Ruft die SID des Benutzers ab, der bei der isolierten Windows-Umgebung angemeldet ist, da sich diese vom Hostbenutzer unterscheidet und getrennt ist.

public:
 property Platform::String ^ EnvironmentUserSid { Platform::String ^ get(); };
winrt::hstring EnvironmentUserSid();
/// [get: 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")]
winrt::hstring EnvironmentUserSid();
public string EnvironmentUserSid { get; }
public string EnvironmentUserSid { [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")] get; }
var string = isolatedWindowsEnvironmentUserInfo.environmentUserSid;
Public ReadOnly Property EnvironmentUserSid As String

Eigenschaftswert

String

Platform::String

winrt::hstring

String

Attribute

Hinweise

Warnung

Dies ist eine veraltete API.

Dies kann abgefragt werden, bevor die Anmeldung für isolierte Windows-Umgebung abgeschlossen ist.

Gilt für: