|
SecurityHubIsGroupSID Method
|
Determines if SID is for a group.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.282-beta
Syntaxfunction IsGroupSID(sid);
View SourceParameters
- sid String
- Security identifier to test.
Return Value
Booleantrueif
sid is for a group; otherwise,
false.
See Also