Use a variable to capture what the user types in the password box. For example:
Dim pass As String
pass = Session.PasswordBox("Please Enter Your Password","Password",)