Click or drag to resize

ISecurityServiceChangePassword Method

Changes user password.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
[WebGetAttribute(UriTemplate = "/changepassword?oldpassword={oldPassword}&newpassword={newPassword}")]
[OperationContractAttribute]
bool ChangePassword(
	string oldPassword,
	string newPassword
)
View Source

Parameters

oldPassword  String
User's current password.
newPassword  String
User's new password.

Return Value

Boolean
true if the password is changed, otherwise false.
See Also