C-DEngine 5.105

ICDESecrets..::..DoPasswordsMatch Method

Does the passwords match.

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

Syntax


bool DoPasswordsMatch(
	string pPWHash,
	string pRealPWIncoming
)
Function DoPasswordsMatch ( _
	pPWHash As String, _
	pRealPWIncoming As String _
) As Boolean
bool^ DoPasswordsMatch(
	String^ pPWHash, 
	String^ pRealPWIncoming
)

Parameters

pPWHash
Type: String
The p pw hash.
pRealPWIncoming
Type: String
The p real pw incoming.

Return Value

true if XXXX, false otherwise.