PasswordChars Field

HttpServer.dll

Extra characters that are allowed in passwords.

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string PasswordChars
Visual Basic (Declaration)
Public Shared PasswordChars As String
Visual C++
public:
static String^ PasswordChars

See Also