GenerateRandomPassword Function - microsoft/MIMWAL GitHub Wiki

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)