Click or drag to resize

SecurityHubUserIsInRole Method

Determines if user is in role based on database ID values.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool UserIsInRole(
	Guid userID,
	Guid roleID
)
View Source

Parameters

userID  Guid
User ID value.
roleID  Guid
Role ID value.

Return Value

Boolean
true if user is in role; otherwise, false.
See Also