FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deUser..::..isPasswordOldPassword Method

checks if the password was used before

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool isPasswordOldPassword(
	string sPassword
)
Public Function isPasswordOldPassword ( _
	sPassword As String _
) As Boolean
public:
bool^ isPasswordOldPassword(
	String^ sPassword
)

Parameters

sPassword
Type: String
The s password.

Return Value

true if [is password old password] [the specified s password]; otherwise, false.