Authenticates a federated user

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

Parameters

adfsServer
Type: Novalys.VisualGuard.Security.Membership..::..VGAdfsServer
Adfs server specific for this authentication
name
Type: System..::..String
Name of your user sample (Novalys\Jsmith)
password
Type: System..::..String
Password of user

Return Value

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

See Also