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.
Changes the password question and answer.

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

Syntax

C#Copy imageCopy Code
public override bool ChangePasswordQuestionAndAnswer(
	string userName,
	string password,
	string newPasswordQuestion,
	string newPasswordAnswer
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function ChangePasswordQuestionAndAnswer ( _
	userName As , _
	password As , _
	newPasswordQuestion As , _
	newPasswordAnswer As  _
) As 

Parameters

userName
String
Name of the user.
password
String
The password.
newPasswordQuestion
String
The new password question.
newPasswordAnswer
String
The new password answer.

Return Value

See Also

Advanced