Back to product page

Password property


Holds user's password (if provided).

Type

String

Syntax

  • C#
  • VB.NET
String Password {get; set;};

Property Password As String

Remarks

Password contains information about password provided when user tried to authenticate with the server. You will most likely use this information in Authenticate event - where you must decide if you will allow access for the user or not. wodWebServer does not have internal mechanism to validate users' passwords, so you must do it instead.

Platforms

Windows