Click or drag to resize

AuthenticationHandlerClearAuthorizationCache Method

Clears any cached authorizations for the specified sessionID.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static bool ClearAuthorizationCache(
	Guid sessionID
)
View Source

Parameters

sessionID  Guid
Identifier of session authorization to clear.

Return Value

Boolean
true if session authorization was found and cleared; otherwise, false.
See Also