Click or drag to resize

VGRuntimeExtensionClearAuthorizationCache Method

Clear Authorization cache irrespective of the cache duration

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security.Extension (in Novalys.VisualGuard.Security.Extension.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public static void ClearAuthorizationCache(
	this VGSecurityRuntime runtime
)

Parameters

runtime
Type: Novalys.VisualGuard.SecurityVGSecurityRuntime

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type VGSecurityRuntime. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also