|
SecurityHubLogout Method
|
Resets the current provider cache.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.205-beta
Syntax Public Function Logout (
sessionCookieValue As String
) As Boolean
member Logout :
sessionCookieValue : string -> bool
function Logout(sessionCookieValue);
View SourceParameters
- sessionCookieValue String
- Session ID as it appears in the cookie header value.
Return Value
Booleantrue if session was cleared; otherwise,
false.
See Also