PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Verifies that the specified user name and password exist in the data source.

Namespace: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

C#Copy imageCopy Code
bool .(
	string userName,
	string password
)
Visual Basic (Declaration)Copy imageCopy Code
Private Function ValidateUser ( _
	userName As , _
	password As  _
) As  Implements .

Parameters

userName
String
The username.
password
String
The password.

Return Value

See Also

Advanced