“IdentityModeleventSource.showpii” Kod odpowiedzi

IdentityModeleventSource.showpii

public IServiceProvider ConfigureServices(IServiceCollection services)
{
       IdentityModelEventSource.ShowPII = true; //To show detail of error and see the problem
                   ...
Narshe

IdentityModeleventSource.showpii

if (env.IsDevelopment())
{
     IdentityModelEventSource.ShowPII = true; 
}
Narshe

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu