1 write to AttestationObject
Microsoft.Extensions.Identity.Core (1)
UserPasskeyInfo.cs (1)
46AttestationObject = attestationObject;
8 references to AttestationObject
IdentitySample.PasskeyConformance (1)
InMemoryUserStore.cs (1)
132AttestationObject = p.AttestationObject,
IdentitySample.PasskeyUI (1)
InMemoryUserStore.cs (1)
135AttestationObject = p.AttestationObject,
Microsoft.AspNetCore.Identity.EntityFrameworkCore (2)
UserOnlyStore.cs (1)
579AttestationObject = passkey.AttestationObject,
UserStore.cs (1)
724AttestationObject = passkey.AttestationObject,
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStore.cs (1)
234AttestationObject = p.AttestationObject,
Microsoft.AspNetCore.Identity.Specification.Tests (3)
IdentitySpecificationTestBase.cs (3)
795attestationObject: original.AttestationObject, 819Assert.Equal(expected.AttestationObject, actual.AttestationObject);