AuthChallenge
The AuthChallenge structure represents the authentication challenge returned by the server in challenge-response authentication.
AuthChallenge
{
byte[] PasswordSalt,
byte[] Challenge
}Members
- PasswordSalt
- Specifies the salt value to use when generating the hash of the clear-text password entered by the user
- Challenge
- Specifies the challenge value to use when computing the response
See Also