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