1 instantiation of AttestationObjectArgs
Microsoft.AspNetCore.Identity.Test (1)
Passkeys\DefaultPasskeyHandlerAttestationTest.cs (1)
1246var 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\DefaultPasskeyHandlerAttestationTest.cs (2)
1189public ComputedValue<AttestationObjectArgs> AttestationObjectArgs { get; } = new(); 1246var attestationObjectArgs = AttestationObjectArgs.Compute(new()