Example #1
0
 internal AuthenticationResponse(
     AuthenticationChallenge challenge, NetworkCredential credentials, uint nonceCount)
     : this(challenge.Scheme, challenge.Parameters, credentials, nonceCount)
 {
 }
Example #2
0
 internal AuthenticationResponse(NetworkCredential credentials)
     : this(AuthenticationSchemes.Basic, new NameValueCollection(), credentials, 0)
 {
 }