110 references to Type
ClaimsTransformation (1)
Cookies (1)
artifacts\obj\Cookies\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Home_MyClaims_cshtml.g.cs (1)
58claim.Type
CustomPolicyProvider (3)
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 (12)
Microsoft.AspNetCore.Identity.UI (2)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.Extensions.Identity.Stores (3)
OpenIdConnectSample (2)
PathSchemeSelection (1)
artifacts\obj\PathSchemeSelection\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Home_MyClaims_cshtml.g.cs (1)
68claim.Type
SocialSample (1)
System.Security.Claims (10)
WsFedSample (1)