Click or drag to resize
weroSoft AG, Software
PasswordControllerCheckRetypedPasswordIsEqual Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Checks two passwords are same.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static bool CheckRetypedPasswordIsEqual(
	char[] password,
	char[] retypedPassword
)

Parameters

password
Type: SystemChar
First password.
retypedPassword
Type: SystemChar
Second password.

Return Value

Type: Boolean
True if the password are the same; otherwise false.
See Also