1 implementation of IClaimUidExtractor
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultClaimUidExtractor.cs (1)
14internal sealed class DefaultClaimUidExtractor : IClaimUidExtractor
4 references to IClaimUidExtractor
Microsoft.AspNetCore.Antiforgery (4)
AntiforgeryServiceCollectionExtensions.cs (1)
35services.TryAddSingleton<IClaimUidExtractor, DefaultClaimUidExtractor>();
Internal\DefaultAntiforgeryTokenGenerator.cs (2)
13private readonly IClaimUidExtractor _claimUidExtractor; 17IClaimUidExtractor claimUidExtractor,
Internal\DefaultClaimUidExtractor.cs (1)
12/// Default implementation of <see cref="IClaimUidExtractor"/>.