7 references to AddDataProtection
Microsoft.AspNetCore.Antiforgery (1)
AntiforgeryServiceCollectionExtensions.cs (1)
24services.AddDataProtection();
Microsoft.AspNetCore.Authentication (1)
AuthenticationServiceCollectionExtensions.cs (1)
24services.AddDataProtection();
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ComponentServiceCollectionExtensions.cs (1)
40services.AddDataProtection();
Microsoft.AspNetCore.DataProtection (1)
DataProtectionServiceCollectionExtensions.cs (1)
54var builder = services.AddDataProtection();
Microsoft.AspNetCore.DataProtection.Extensions (1)
DataProtectionProvider.cs (1)
128var builder = serviceCollection.AddDataProtection();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (1)
132services.AddDataProtection();
Microsoft.AspNetCore.Session (1)
SessionServiceCollectionExtensions.cs (1)
27services.AddDataProtection();