1 instantiation of AuthenticatorAttestationResponse
Microsoft.AspNetCore.Identity (1)
_generated\23\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1] },
76 references to AuthenticatorAttestationResponse
Microsoft.AspNetCore.Identity (76)
_generated\23\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (23)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>? _AuthenticatorAttestationResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
> AuthenticatorAttestationResponse
22
get => _AuthenticatorAttestationResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
> Create_AuthenticatorAttestationResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)obj).AttestationObject,
61
Setter = static (obj, value) => __set_AuthenticatorAttestationResponse_AttestationObject((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
).GetProperty("AttestationObject", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
81
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)obj).Transports,
84
Setter = static (obj, value) => __set_AuthenticatorAttestationResponse_Transports((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)obj, value!),
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
).GetProperty("Transports", InstanceMemberBindingFlags, null, typeof(string[]), global::System.Array.Empty<global::System.Type>(), null),
124
private void AuthenticatorAttestationResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
? value)
134
global::Microsoft.AspNetCore.Identity.BufferSource __value_AttestationObject = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)value).AttestationObject;
140
string[] __value_Transports = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)value).Transports;
178
private static extern void __set_AuthenticatorAttestationResponse_AttestationObject(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
180
private static extern void __set_AuthenticatorAttestationResponse_Transports(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
obj, string[] value);
_generated\32\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (48)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>>? _PublicKeyCredentialAuthenticatorAttestationResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>> PublicKeyCredentialAuthenticatorAttestationResponse
22
get => _PublicKeyCredentialAuthenticatorAttestationResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>> Create_PublicKeyCredentialAuthenticatorAttestationResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>>
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Type = (string)args[1], ClientExtensionResults = (global::System.Text.Json.JsonElement)args[2], Response = (global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
)args[3] },
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj).Id,
61
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>.__set_PublicKeyCredentialAuthenticatorAttestationResponse_Id((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
81
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj).Type,
84
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>.__set_PublicKeyCredentialAuthenticatorAttestationResponse_Type((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj, value!),
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
104
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>),
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj).ClientExtensionResults,
107
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>.__set_PublicKeyCredentialAuthenticatorAttestationResponse_ClientExtensionResults((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj, value!),
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetProperty("ClientExtensionResults", InstanceMemberBindingFlags, null, typeof(global::System.Text.Json.JsonElement), global::System.Array.Empty<global::System.Type>(), null),
120
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>
125
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>),
127
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj).Response,
128
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>.__set_PublicKeyCredentialAuthenticatorAttestationResponse_Response((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj, value!),
135
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetProperty("Response", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
), global::System.Array.Empty<global::System.Type>(), null),
138
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>(options, info3);
148
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>),
150
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj).AuthenticatorAttachment,
151
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>.__set_PublicKeyCredentialAuthenticatorAttestationResponse_AuthenticatorAttachment((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)obj, value!),
158
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>).GetProperty("AuthenticatorAttachment", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
168
private void PublicKeyCredentialAuthenticatorAttestationResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>? value)
178
global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)value).Id;
184
string __value_Type = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)value).Type;
190
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)value).ClientExtensionResults, JsonElement);
191
global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
__value_Response = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)value).Response;
197
string __value_AuthenticatorAttachment = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>)value).AuthenticatorAttachment;
238
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
),
_generated\51\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
34
if (type == typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
))
70
if (type == typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAttestationResponse
>))
IdentityJsonSerializerContext.cs (1)
13
[JsonSerializable(typeof(PublicKeyCredential<
AuthenticatorAttestationResponse
>))]
PasskeyHandler.cs (2)
219
PublicKeyCredential<
AuthenticatorAttestationResponse
> credential;
250
var
response = credential.Response;