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