Click or drag to resize
Password Class
Generic password utility class
Inheritance Hierarchy
SystemObject
  ToolBooxPassword

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static class Password

The Password type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckPassword(String, String, String, String)
Check password value with 8 caracters min
Public methodStatic memberCheckPassword(String, String, String, String, Int32)
Check password value with minimum lenght
Public methodStatic memberGeneratePassword
Generate random password using some values
Top
See Also