|
UserInfoUserNameToSID Method
|
Converts the given user name to the SID corresponding to that name.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax Public Shared Function UserNameToSID (
userName As String
) As String
GSF.Identity.UserInfo.UserNameToSID = function(userName);
View SourceParameters
- userName String
- The user name for which to look up the SID.
Return Value
StringThe SID for the given user name, or the user name if no SID can be found.
Remarks
If the userName cannot be converted to a SID, userName
will be the return value.
See Also