|
AuthenticateControllerAttributeTryGetPrincipal Method
|
Attempt to authorize and provide current principal for specified sessionID.
Namespace:
GSF.Web.Security
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.100-beta
Syntax GSF.Web.Security.AuthenticateControllerAttribute.TryGetPrincipal = function(sessionID, securityPrincipal);
Request Example
View SourceParameters
- sessionID
- Type: SystemGuid
Session ID to user. - securityPrincipal
- Type: GSF.SecuritySecurityPrincipal
Principal of user with specified sessionID, if found.
Return Value
Type:
Booleantrue if principal was found for specified
sessionID; otherwise,
false.
See Also