|
UserInfoIsUserSID Method
|
Determines whether the given security identifier identifies a user account.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
SyntaxGSF.Identity.UserInfo.IsUserSID = function(sid);
View SourceParameters
- sid String
- The security identifier.
Return Value
BooleanTrue if the security identifier identifies a user account; false otherwise.
See Also