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