1 write to PublicKey
Microsoft.Extensions.Identity.Core (1)
UserPasskeyInfo.cs (1)
39PublicKey = publicKey;
9 references to PublicKey
IdentitySample.PasskeyConformance (1)
InMemoryUserStore.cs (1)
124PublicKey = p.PublicKey,
IdentitySample.PasskeyUI (1)
InMemoryUserStore.cs (1)
127PublicKey = p.PublicKey,
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
514var cpk = CredentialPublicKey.Decode(storedPasskey.PublicKey);
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
571PublicKey = passkey.PublicKey,
UserStore.cs (1)
716PublicKey = passkey.PublicKey,
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStore.cs (1)
226PublicKey = p.PublicKey,
Microsoft.AspNetCore.Identity.Specification.Tests (3)
IdentitySpecificationTestBase.cs (3)
788publicKey: original.PublicKey, 816Assert.Equal(expected.PublicKey, actual.PublicKey);