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