PackageUserInformation.UserSecurityId Property

Definition

Gets the security identifier (SID) of the Package user.

public:
 property Platform::String ^ UserSecurityId { Platform::String ^ get(); };
winrt::hstring UserSecurityId();
public string UserSecurityId { get; }
var string = packageUserInformation.userSecurityId;
Public ReadOnly Property UserSecurityId As String

Property Value

String

Platform::String

winrt::hstring

The SID.

Applies to

See also