5 references to Create
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
891var (authCookieName, httpAuthCookieName) = DashboardAuthenticationCookieNames.Create(dashboardOptions.GetApplicationNameOrDefault());
Aspire.Dashboard.Tests (4)
DashboardOptionsTests.cs (3)
439var (authCookieName, httpAuthCookieName) = DashboardAuthenticationCookieNames.Create(applicationName); 448var first = DashboardAuthenticationCookieNames.Create($"{new string('a', 32)}-first"); 449var second = DashboardAuthenticationCookieNames.Create($"{new string('a', 32)}-second");
Integration\FrontendBrowserTokenAuthTests.cs (1)
20private static readonly (string AuthCookieName, string HttpAuthCookieName) s_cookieNames = DashboardAuthenticationCookieNames.Create(ApplicationName);