C-DEngine 5.105

ICDESecrets..::..IsValidPassword Method

Determines whether [is valid password] [the specified p real pw].

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


bool IsValidPassword(
	string pRealPW
)
Function IsValidPassword ( _
	pRealPW As String _
) As Boolean
bool^ IsValidPassword(
	String^ pRealPW
)

Parameters

pRealPW
Type: String
The real pw.

Return Value

true if [is valid password] [the specified p real pw]; otherwise, false.