|
AuthorizeHubRoleAttributeUserAuthorized Method
|
Provides an entry point for custom authorization checks.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.230-beta
Syntaxprotected override bool UserAuthorized(
IPrincipal user
)
Protected Overrides Function UserAuthorized (
user As IPrincipal
) As Boolean
protected:
virtual bool UserAuthorized(
IPrincipal^ user
) override
abstract UserAuthorized :
user : IPrincipal -> bool
override UserAuthorized :
user : IPrincipal -> bool
function UserAuthorized(user);
View SourceParameters
- user IPrincipal
- The IPrincipal for the client being authorize
Return Value
Booleantrue if the user is authorized, otherwise,
false.
See Also