8 references to AuthenticationProperties
Aspire.Dashboard (1)
Authentication\FrontendCompositeAuthenticationHandler.cs (1)
26new AuthenticationProperties(
Microsoft.AspNetCore.Authentication.Abstractions (3)
AuthenticationProperties.cs (3)
25: this(items: null, parameters: null) 34: this(items, parameters: null) 53=> new AuthenticationProperties(
Microsoft.AspNetCore.Authentication.Core.Test (3)
AuthenticationPropertiesTests.cs (2)
23var props = new AuthenticationProperties(items, parameters); 70var props = new AuthenticationProperties(items, parameters);
AuthenticationTicketTests.cs (1)
22var props = new AuthenticationProperties(items, parameters);
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthChallengeProperties.cs (1)
35: base(items, parameters)