NET Password Generator
WordStyle Enumeration



KellermanSoftware.NetPasswordGenerator Namespace : WordStyle Enumeration
Specify the style of words to generate
Syntax
'Declaration
 
Public Enum WordStyle 
   Inherits System.Enum
'Usage
 
Dim instance As WordStyle
public enum WordStyle : System.Enum 
public enum class WordStyle : public System.Enum 
Members
MemberDescription
PopularWords Generate from a list of popular readable words
ReadableNonsense Generate words that are nonsense but are still readable
Unreadable Generate unreadable words
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetPasswordGenerator.WordStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NetPasswordGenerator Namespace