10 references to AuthenticationProperties
Identity.DefaultUI.WebSite (1)
Pages\Contoso\Login.cshtml.cs (1)
63var properties = new AuthenticationProperties(state)
Microsoft.AspNetCore.Authentication (1)
PropertiesSerializer.cs (1)
79return new AuthenticationProperties(extra);
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationPropertiesTests.cs (1)
53var props = new AuthenticationProperties(items);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthChallengeProperties.cs (1)
27: base(items)
Microsoft.AspNetCore.Authentication.Test (6)
GoogleTests.cs (2)
224return context.ChallengeAsync("Google", new AuthenticationProperties(new Dictionary<string, string>() 1261var properties = new AuthenticationProperties(new Dictionary<string, string>()
OAuthTests.cs (1)
558var properties = new AuthenticationProperties(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectAuthenticateTests.cs (1)
120var properties = new AuthenticationProperties(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1334var properties = new AuthenticationProperties(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1332var properties = new AuthenticationProperties(new Dictionary<string, string>()