Click or drag to resize

VGRuntimeExtensionLoadSecurityToken Method

Load the security via VGToken

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 LoadSecurityToken(
	this VGSecurityRuntime runtime,
	string token
)

Parameters

runtime
Type: Novalys.VisualGuard.SecurityVGSecurityRuntime
token
Type: SystemString

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