Click or drag to resize

SecurityHubIsUserSID Method

Determines if SID is for a user.

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

Parameters

sid  String
Security identifier to test.

Return Value

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