Authenticate the user by the VGICredential

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public VGAuthenticationState Authenticate(
	VGICredential credential
)
Visual Basic
Public Function Authenticate ( 
	credential As VGICredential
) As VGAuthenticationState

Parameters

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

Return Value

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

See Also