1 write to AttestationObject
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Transports = (string[])args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
4 references to AttestationObject
Microsoft.AspNetCore.Identity (4)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)obj).AttestationObject, 132global::Microsoft.AspNetCore.Identity.BufferSource __value_AttestationObject = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)value).AttestationObject;
PasskeyHandler.cs (2)
272var attestationObjectMemory = response.AttestationObject.AsMemory(); 351attestationObject: response.AttestationObject.ToArray(),