Generates passwords that are pronounceable. Original Java code from
http://www.multicians.org/thvv/gpw.html. This class is free to use without restrictions.
Namespace: System.Extensions.SecurityAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public static class PronounceablePasswordGenerator |
Visual Basic |
---|
Public NotInheritable Class PronounceablePasswordGenerator |
Visual C++ |
---|
public ref class PronounceablePasswordGenerator abstract sealed |
F# |
---|
[<AbstractClassAttribute>]
[<SealedAttribute>]
type PronounceablePasswordGenerator = class end |
Inheritance Hierarchy
See Also