1 implementation of IAntiforgeryTokenSerializer
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgeryTokenSerializer.cs (1)
10internal sealed class DefaultAntiforgeryTokenSerializer : IAntiforgeryTokenSerializer
3 references to IAntiforgeryTokenSerializer
Microsoft.AspNetCore.Antiforgery (3)
AntiforgeryServiceCollectionExtensions.cs (1)
33services.TryAddSingleton<IAntiforgeryTokenSerializer, DefaultAntiforgeryTokenSerializer>();
Internal\DefaultAntiforgery.cs (2)
21private readonly IAntiforgeryTokenSerializer _tokenSerializer; 28IAntiforgeryTokenSerializer tokenSerializer,