SecureBlackbox 2020 .NET Edition

Questions / Feedback?

NextPass Method

Generates a random password.

Syntax

public string NextPass(bool lowercase, bool uppercase, bool digits, bool specials, int len);
Public Function NextPass(ByVal Lowercase As Boolean, ByVal Uppercase As Boolean, ByVal Digits As Boolean, ByVal Specials As Boolean, ByVal Len As Integer) As String

Remarks

Use this method to generate a random password. Tune up the desired length and composition of the password using Lowercase, Uppercase,Digits, Specials, and Len parameters.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]