Share via


IsolatedWindowsEnvironmentUserInfo.EnvironmentUserSid Property

Definition

Deprecated. Gets the SID of the user signed in to the Isolated Windows Environment, since this is different and separate from the host user.

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

Property Value

String

Platform::String

winrt::hstring

String

Attributes

Remarks

Warning

This is a deprecated API.

This can be queried before Isolated Windows Environment sign-in completes.

Applies to