Skip to content

GenerateRandomPassword Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

string GenerateRandomPassword(length:int)

Description

Generates an alphanumeric password of the specified length.

Remarks

If the input length is null, an exception is thrown.

Supported Version

1.0.0.0 and later

Examples

GenerateRandomPassword(8)

Clone this wiki locally