Click or drag to resize

SecurityHubLogout Method

Resets the current provider cache.

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool Logout(
	string sessionCookieValue
)
View Source

Parameters

sessionCookieValue  String
Session ID as it appears in the cookie header value.

Return Value

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