Click or drag to resize

SecurityHubIsGroupSID Method

Determines if SID is for a group.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[HubMethodNameAttribute("isGroupSID")]
public bool IsGroupSID(
	string sid
)
View Source

Parameters

sid  String
Security identifier to test.

Return Value

Boolean
trueif sid is for a group; otherwise, false.
See Also