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 ValidateUser(
	VGAdfsServer adfsServer,
	string username,
	string password
)
Visual Basic
Public Function ValidateUser ( 
	adfsServer As VGAdfsServer,
	username As String,
	password As String
) As VGAuthenticationState

Return Value

Type: VGAuthenticationState

See Also