1 override of DisplayName
Microsoft.AspNetCore.Authentication.Test (1)
RemoteAuthenticationTests.cs (1)
16protected override string DisplayName => DefaultScheme;
1 reference to DisplayName
Microsoft.AspNetCore.Authentication.Test (1)
SharedAuthenticationTests.cs (1)
546Assert.Equal(DisplayName, scheme.DisplayName);