|
AuthenticateControllerAttributeClearAuthorizationCache Method
|
Clears any cached authorizations for the specified sessionID.
Namespace:
GSF.Web.Security
Assembly:
GSF.Web (in GSF.Web.dll) Version: 2.2.100-beta
Syntax public static bool ClearAuthorizationCache(
Guid sessionID
)
Public Shared Function ClearAuthorizationCache (
sessionID As Guid
) As Boolean
public:
static bool ClearAuthorizationCache(
Guid sessionID
)
static member ClearAuthorizationCache :
sessionID : Guid -> bool
GSF.Web.Security.AuthenticateControllerAttribute.ClearAuthorizationCache = function(sessionID);
Request Example
View SourceParameters
- sessionID
- Type: SystemGuid
Identifier of session authorization to clear.
Return Value
Type:
Booleantrue if session authorization was found and cleared; otherwise,
false.
See Also