1 instantiation of AttestationObjectArgs
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\PasskeyHandlerAttestationTest.cs (1)
1055var attestationObjectArgs = AttestationObjectArgs.Compute(new()
3 references to AttestationObjectArgs
Microsoft.AspNetCore.Identity.Test (3)
Passkeys\CredentialHelpers.cs (1)
82public static ReadOnlyMemory<byte> MakeAttestationObject(in AttestationObjectArgs args)
Passkeys\PasskeyHandlerAttestationTest.cs (2)
991public ComputedValue<AttestationObjectArgs> AttestationObjectArgs { get; } = new(); 1055var attestationObjectArgs = AttestationObjectArgs.Compute(new()