This class can generate random passwords, which do not include ambiguous characters, such as I, l, and 1. The generated password will be made of 7-bit ASCII symbols. Every four characters will include one lower case character, one upper case character, one number, and one special symbol (such as '%') in a random order. The password will always start with an alpha-numeric character; it will not start with a special symbol.
Namespace:
Clearscreen.SharpHIP
Assembly: Clearscreen.SharpHIP (in Clearscreen.SharpHIP.dll)
Members | Inheritance Hierarchy | Thread Safety | See Also
Public Class HIPCodeGenerator
public class HIPCodeGenerator
public __gc class HIPCodeGenerator
public class HIPCodeGenerator
System.Object
Clearscreen.SharpHIP.HIPCodeGenerator
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.