コード例 #1
0
 private bool ForbiddenResponse(BasicAuthenticationState basicState)
 {
     basicState.SetChallengeResponse(HttpStatusCode.Forbidden, "Access Denied");
     return false;
 }
コード例 #2
0
 private bool ForbiddenResponse(BasicAuthenticationState basicState)
 {
     basicState.SetChallengeResponse(HttpStatusCode.Forbidden, "Access Denied");
     return(false);
 }
コード例 #3
0
 private bool UnauthorizedResponse(BasicAuthenticationState basicState)
 {
     basicState.SetChallengeResponse(HttpStatusCode.Unauthorized, "Access Denied");
     return false;
 }
コード例 #4
0
 private bool UnauthorizedResponse(BasicAuthenticationState basicState)
 {
     basicState.SetChallengeResponse(HttpStatusCode.Unauthorized, "Access Denied");
     return(false);
 }