Click or drag to resize

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
)
Request Example View Source

Parameters

sessionID
Type: SystemGuid
Identifier of session authorization to clear.

Return Value

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