Click or drag to resize

AuthorizeHubRoleAttributeUserAuthorized Method

Provides an entry point for custom authorization checks.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected override bool UserAuthorized(
	IPrincipal user
)
View Source

Parameters

user  IPrincipal
The IPrincipal for the client being authorize

Return Value

Boolean
true if the user is authorized, otherwise, false.
See Also