UserInfoUserNameToSID Method
Converts the given user name to the SID corresponding to that name.
Namespace: Gemstone.IdentityAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
Public Shared Function UserNameToSID (
accountName As String
) As String
Gemstone.Identity.UserInfo.UserNameToSID = function(accountName);
- accountName String
- The user name for which to look up the SID.
StringThe SID for the given user name, or the user name if no SID can be found.
If the accountName cannot be converted to a SID, accountName
will be the return value.