11 writes to AppSecret
Microsoft.AspNetCore.Authentication.Test (10)
FacebookTests.cs (10)
41o.AppSecret = "PLACEHOLDER"; 99o.AppSecret = "Test App Secret"; 132o.AppSecret = "Test App Secret"; 162o.AppSecret = "Test App Secret"; 194o.AppSecret = "Test App Secret"; 231o.AppSecret = "Test App Secret"; 264o.AppSecret = "Test App Secret"; 296o.AppSecret = "Test App Secret"; 333o.AppSecret = "Test App Secret"; 393o.AppSecret = "Test App Secret";
SocialSample (1)
Startup.cs (1)
49o.AppSecret = Configuration["facebook:appsecret"];
2 references to AppSecret
Microsoft.AspNetCore.Authentication.Facebook (2)
FacebookHandler.cs (1)
69var key = Encoding.ASCII.GetBytes(Options.AppSecret);
FacebookOptions.cs (1)
54ArgumentException.ThrowIfNullOrEmpty(AppSecret);