2 writes to DisplayName
Microsoft.AspNetCore.Authentication (1)
AuthenticationBuilder.cs (1)
39scheme.DisplayName = displayName;
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationOptions.cs (1)
58b.DisplayName = displayName;
1 reference to DisplayName
Microsoft.AspNetCore.Authentication.Abstractions (1)
AuthenticationSchemeBuilder.cs (1)
49return new AuthenticationScheme(Name, DisplayName, HandlerType);