9 references to AuthenticationProperties
Microsoft.AspNetCore.Authentication (1)
PropertiesSerializer.cs (1)
79
return new
AuthenticationProperties
(extra);
Microsoft.AspNetCore.Authentication.Core.Test (1)
AuthenticationPropertiesTests.cs (1)
53
var props = new
AuthenticationProperties
(items);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthChallengeProperties.cs (1)
27
:
base
(items)
Microsoft.AspNetCore.Authentication.Test (6)
GoogleTests.cs (2)
231
return context.ChallengeAsync("Google", new
AuthenticationProperties
(new Dictionary<string, string>()
1268
var properties = new
AuthenticationProperties
(new Dictionary<string, string>()
OAuthTests.cs (1)
565
var properties = new
AuthenticationProperties
(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectAuthenticateTests.cs (1)
120
var properties = new
AuthenticationProperties
(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1334
var properties = new
AuthenticationProperties
(new Dictionary<string, string>()
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1332
var properties = new
AuthenticationProperties
(new Dictionary<string, string>()