Random password generator
Inheritance Hierarchy
Namespace: MlkPwgenAssembly: MlkPwgen (in MlkPwgen.dll) Version: 0.1.0.0
Syntax public static class PasswordGenerator
Public NotInheritable Class PasswordGenerator
public ref class PasswordGenerator abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PasswordGenerator = class end
Methods
| Name | Description |
---|
| Generate(Int32, HashSetChar) | |
| Generate(Int32, String) | |
| Generate(Int32, HashSetChar, Random) | |
| GenerateComplex(Int32, IEnumerableString, FuncString, Boolean) | |
| GenerateComplex(Int32, IReadOnlyCollectionHashSetChar, FuncString, Boolean) | |
| GenerateComplex(Int32, IReadOnlyCollectionHashSetChar, FuncString, Boolean, Random) | |
TopSee Also