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(
	VGAdfsServer adfsServer
)
Visual Basic
Public Function Authenticate ( 
	adfsServer As VGAdfsServer
) As VGAuthenticationState

Return Value

Type: VGAuthenticationState
A VGAuthenticationState indicating if the authentication succeeds or not.

Remarks

For more information about this method, you can see Authenticate(String, String, VGAuthenticationMode).

Exceptions

ExceptionCondition
System..::..NotSupportedException

the repository does not support the specified authentication mode.

Novalys.VisualGuard.Security..::..VGConfigurationExceptionThe configuration file is not valid

or

A problem occurs during the connection to the repository.

or

The version of the repository or the version of the permissions is not supported by the application.

See Also