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