Click or drag to resize

SecurityHubGroupNameToSID Method

Gets SID for a given group name.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public string GroupNameToSID(
	string groupName
)
View Source

Parameters

groupName  String
Group name to convert to SID.

Return Value

String
SID for a given group name.
See Also