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.

Namespace: Smartsite.Security.Authentication
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public bool ChangePasswordUnauthenticated(
	string userName,
	string newPassword
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function ChangePasswordUnauthenticated ( _
	userName As , _
	newPassword As  _
) As 

Parameters

userName
String
newPassword
String

See Also

Advanced