Validates a Password

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static bool ValidatePassword(
	string password
)
Visual Basic
Public Shared Function ValidatePassword ( 
	password As String
) As Boolean

Parameters

password
Type: System..::..String
The password to Validate

Return Value

A boolean

See Also