3 references to CreateHostAsync
Microsoft.AspNetCore.Authentication.Negotiate.Test (3)
ServerDeferralTests.cs (3)
19using var host = await CreateHostAsync(supportsAuth: false); 28var ex = await Assert.ThrowsAsync<InvalidOperationException>(async () => await CreateHostAsync(supportsAuth: true, isEnabled: false)); 36using var host = await CreateHostAsync(supportsAuth: true, isEnabled: true, authScheme: "DeferralScheme");