Click or drag to resize

VGSecurityRuntimeAuthenticate Method (VGICredential)

Authenticate the user by the VGICredential

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2018.1.720.18 (2018.1.0720.18)
Syntax
public VGAuthenticationState Authenticate(
	VGICredential credential
)

Parameters

credential
Type: Novalys.VisualGuard.Security.AuthenticationModuleVGICredential
Represente the credential of your user

Return Value

Type: VGAuthenticationState
Return the state of your user for the current VGRuntime
See Also