Click or drag to resize

AuthorizeHubRoleAttribute(String) Constructor

Creates a new AuthorizeHubRoleAttribute with specified allowed roles.

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

Parameters

allowedRoles  String
 
See Also