26 references to AuthenticateAsync
Aspire.Dashboard (1)
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
31
result = await Context.
AuthenticateAsync
().ConfigureAwait(false);
ClaimsTransformation (1)
artifacts\obj\ClaimsTransformation\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Home_MyClaims_cshtml.g.cs (1)
86
foreach (var prop in (await Context.
AuthenticateAsync
()).Properties.Items)
Cookies (1)
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Home_MyClaims_cshtml.g.cs (1)
86
foreach (var prop in (await Context.
AuthenticateAsync
()).Properties.Items)
CookieSample (1)
Program.cs (1)
57
var ticket = await context.
AuthenticateAsync
();
Microsoft.AspNetCore.Authentication.Core.Test (4)
AuthenticationServiceTests.cs (4)
165
await context.
AuthenticateAsync
();
185
await context.
AuthenticateAsync
();
203
await context.
AuthenticateAsync
();
221
await context.
AuthenticateAsync
();
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
472
var result = await context.
AuthenticateAsync
();
Microsoft.AspNetCore.Authentication.Test (14)
CertificateTests.cs (1)
829
var authenticationResult = await context.
AuthenticateAsync
();
OpenIdConnect\OpenIdConnectConfigurationTests.cs (5)
56
await context.
AuthenticateAsync
();
206
await context.
AuthenticateAsync
();
289
await context.
AuthenticateAsync
();
344
await context.
AuthenticateAsync
();
404
await context.
AuthenticateAsync
();
SharedAuthenticationTests.cs (6)
51
await context.
AuthenticateAsync
();
241
await context.
AuthenticateAsync
();
270
await context.
AuthenticateAsync
();
351
await context.
AuthenticateAsync
();
420
await context.
AuthenticateAsync
();
494
await context.
AuthenticateAsync
();
WsFederation\WsFederationTest.cs (1)
428
var result = context.
AuthenticateAsync
();
WsFederation\WsFederationTest_Handler.cs (1)
417
var result = context.
AuthenticateAsync
();
OpenIdConnectSample (1)
Startup.cs (1)
209
var userResult = await context.
AuthenticateAsync
();
PathSchemeSelection (1)
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Home_MyClaims_cshtml.g.cs (1)
96
foreach (var prop in (await Context.
AuthenticateAsync
()).Properties.Items)
SocialSample (1)
Startup.cs (1)
283
var userResult = await context.
AuthenticateAsync
();