IUserProfile.StringSid

Syntax

StringSid: String;

Description

The StringSid property returns the symbol value of the security identifier.

Comments

This property returns the identifier of the security subject parameters of which can be obtained in the IUserProfile.User property. If the current profile is local and not connected with the security subject, the StringSid property returns the value, which was specified in the parameters of the IUserProfiles.AddStr method on creating the profile.

See also:

IUserProfile