110 references to Type
CustomPolicyProvider (1)
Identity.DefaultUI.WebSite (5)
Identity.ExternalClaims (1)
Microsoft.AspNetCore.Antiforgery (9)
Internal\DefaultClaimUidExtractor.cs (9)
56claim => string.Equals("sub", claim.Type, StringComparison.Ordinal));
61subClaim.Type,
68claim => string.Equals(ClaimTypes.NameIdentifier, claim.Type, StringComparison.Ordinal));
73nameIdentifierClaim.Type,
80claim => string.Equals(ClaimTypes.Upn, claim.Type, StringComparison.Ordinal));
85upnClaim.Type,
108allClaims.Sort((a, b) => string.Compare(a.Type, b.Type, StringComparison.Ordinal));
114identifierParameters.Add(claim.Type);
Microsoft.AspNetCore.Antiforgery.Test (3)
Microsoft.AspNetCore.Authentication (1)
Microsoft.AspNetCore.Authentication.Cookies (1)
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
Microsoft.AspNetCore.Authentication.OAuth (1)
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
Microsoft.AspNetCore.Authentication.Test (14)
Microsoft.AspNetCore.Authorization (2)
Microsoft.AspNetCore.Components.Authorization (2)
Microsoft.AspNetCore.Identity.EntityFrameworkCore (10)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (8)
Microsoft.AspNetCore.Identity.FunctionalTests (6)
Microsoft.AspNetCore.Identity.InMemory.Test (8)
Microsoft.AspNetCore.Identity.Specification.Tests (5)
Microsoft.AspNetCore.Identity.Test (11)
Microsoft.AspNetCore.Identity.UI (2)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.Extensions.Identity.Stores (3)
OpenIdConnectSample (2)
SocialSample (1)
System.Security.Claims (10)
WsFedSample (1)