3 instantiations of ClaimData
Microsoft.AspNetCore.Components.WebAssembly.Server (3)
AuthenticationStateSerializationOptions.cs (3)
54data.Claims.Add(new(claim)); 61data.Claims.Add(new(nameClaim)); 66data.Claims.Add(new(roleClaim));
3 references to ClaimData
Microsoft.AspNetCore.Components.Authorization (3)
AuthenticationStateData.cs (1)
16public IList<ClaimData> Claims { get; set; } = [];
ClaimData.cs (2)
15/// Constructs a new instance of <see cref="ClaimData"/> from a type and value. 27/// Constructs a new instance of <see cref="ClaimData"/> from a <see cref="Claim"/> copying only the