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