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