Question in CustomerUsernameToken and the password.

Tech-Archive recommends: Fix windows errors by optimizing your registry



how to use CustomerUsernameToken to AuthenticateToken if the client send a
password where PasswordOption.SendHashed.
in the Service:
protected override string AuthenticateToken(UsernameToken token)
{
Note: I can't use toke.password get the password
}
How can i get the token.password
.