26 references to AuthenticateAsync
Aspire.Dashboard (1)
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
31result = 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)
86foreach (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)
86foreach (var prop in (await Context.AuthenticateAsync()).Properties.Items)
CookieSample (1)
Program.cs (1)
57var ticket = await context.AuthenticateAsync();
Microsoft.AspNetCore.Authentication.Core.Test (4)
AuthenticationServiceTests.cs (4)
165await context.AuthenticateAsync(); 185await context.AuthenticateAsync(); 203await context.AuthenticateAsync(); 221await context.AuthenticateAsync();
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
472var result = await context.AuthenticateAsync();
Microsoft.AspNetCore.Authentication.Test (14)
CertificateTests.cs (1)
829var authenticationResult = await context.AuthenticateAsync();
OpenIdConnect\OpenIdConnectConfigurationTests.cs (5)
56await context.AuthenticateAsync(); 206await context.AuthenticateAsync(); 289await context.AuthenticateAsync(); 344await context.AuthenticateAsync(); 404await context.AuthenticateAsync();
SharedAuthenticationTests.cs (6)
51await context.AuthenticateAsync(); 241await context.AuthenticateAsync(); 270await context.AuthenticateAsync(); 351await context.AuthenticateAsync(); 420await context.AuthenticateAsync(); 494await context.AuthenticateAsync();
WsFederation\WsFederationTest.cs (1)
428var result = context.AuthenticateAsync();
WsFederation\WsFederationTest_Handler.cs (1)
417var result = context.AuthenticateAsync();
OpenIdConnectSample (1)
Startup.cs (1)
209var 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)
96foreach (var prop in (await Context.AuthenticateAsync()).Properties.Items)
SocialSample (1)
Startup.cs (1)
283var userResult = await context.AuthenticateAsync();