Implemented interface member:
property
IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.INegotiateState.IsCompleted
3 writes to IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.Test (3)
NegotiateHandlerTests.cs (3)
584IsCompleted = true; 591IsCompleted = true; 601IsCompleted = true;
2 references to IsCompleted
Microsoft.AspNetCore.Authentication.Negotiate.Test (2)
NegotiateHandlerTests.cs (2)
553if (!IsCompleted) 566if (IsCompleted)