A quick and easy-to-install ASP.NET CAPTCHA

HIPCodeGenerator.Generate Method ()

Collapse All

Generates a random password.

Syntax

Visual Basic
Shared  OverloadsPublic Function Generate() As String
C#
public static string Generate();
C++
public: static String* Generate();
JScript
public static function Generate(): String;

Return Value

Randomly generated password.

Remarks

The length of the generated password will be determined at random. It will be no shorter than the minimum default and no longer than maximum default.

See Also

HIPCodeGenerator Class | Clearscreen.SharpHIP Namespace | HIPCodeGenerator.Generate Overload List