4 references to ClientError
Microsoft.AspNetCore.Authentication.Negotiate (2)
Internal\NegotiateState.cs (1)
39status = BlobErrorType.ClientError;
NegotiateHandler.cs (1)
155else if (errorType == BlobErrorType.ClientError)
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
EventTests.cs (1)
577errorType = BlobErrorType.ClientError;
NegotiateHandlerTests.cs (1)
601errorType = BlobErrorType.ClientError;