2 implementations of IClaimUidExtractor
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultClaimUidExtractor.cs (1)
15internal sealed class DefaultClaimUidExtractor : IClaimUidExtractor
Microsoft.AspNetCore.Antiforgery.Test (1)
DefaultAntiforgeryTokenGeneratorTest.cs (1)
640private class DummyClaimUidExtractor : IClaimUidExtractor
4 references to IClaimUidExtractor
Microsoft.AspNetCore.Antiforgery (4)
AntiforgeryServiceCollectionExtensions.cs (1)
34services.TryAddSingleton<IClaimUidExtractor, DefaultClaimUidExtractor>();
Internal\DefaultAntiforgeryTokenGenerator.cs (2)
14private readonly IClaimUidExtractor _claimUidExtractor; 18IClaimUidExtractor claimUidExtractor,
Internal\DefaultClaimUidExtractor.cs (1)
13/// Default implementation of <see cref="IClaimUidExtractor"/>.