NET Password Generator
Position Enumeration



KellermanSoftware.NetPasswordGenerator Namespace : Position Enumeration
The location to place the character
Syntax
'Declaration
 
Public Enum Position 
   Inherits System.Enum
'Usage
 
Dim instance As Position
public enum Position : System.Enum 
public enum class Position : public System.Enum 
Members
MemberDescription
Center Generate the character between words
Left Generate the character on the left before any word is generated
Random Generate the character on the Left, Right, or Center
Right Generate the character on the right after all words are generated
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NetPasswordGenerator.Position

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