Click or drag to resize

VGSecurityManagerAuthenticate Method (VGICredential)

Authenticate the user by the VGICredential

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
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