1 write to AttestationObject
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)obj).
AttestationObject
,
132
global::Microsoft.AspNetCore.Identity.BufferSource __value_AttestationObject = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)value).
AttestationObject
;
PasskeyHandler.cs (2)
272
var attestationObjectMemory = response.
AttestationObject
.AsMemory();
351
attestationObject: response.
AttestationObject
.ToArray(),