Click or drag to resize

VGSecurityManagerAuthenticate Method (VGAdfsServer, String, String)

Authenticates a federated user

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGAuthenticationState Authenticate(
	VGAdfsServer adfsServer,
	string name,
	string password
)

Parameters

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

Return Value

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