1 instantiation of AuthenticatorAssertionResponse
Microsoft.AspNetCore.Identity (1)
_generated\22\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
(){ AuthenticatorData = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Signature = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
82 references to AuthenticatorAssertionResponse
Microsoft.AspNetCore.Identity (82)
_generated\22\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (29)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>? _AuthenticatorAssertionResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
> AuthenticatorAssertionResponse
22
get => _AuthenticatorAssertionResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
> Create_AuthenticatorAssertionResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
).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.
AuthenticatorAssertionResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj).AuthenticatorData,
61
Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_AuthenticatorData((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
).GetProperty("AuthenticatorData", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
81
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj).Signature,
84
Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_Signature((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj, value!),
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
).GetProperty("Signature", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
104
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
),
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj).UserHandle,
107
Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_UserHandle((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)obj, value!),
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
).GetProperty("UserHandle", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
147
private void AuthenticatorAssertionResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
? value)
157
global::Microsoft.AspNetCore.Identity.BufferSource __value_AuthenticatorData = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)value).AuthenticatorData;
163
global::Microsoft.AspNetCore.Identity.BufferSource __value_Signature = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)value).Signature;
169
global::Microsoft.AspNetCore.Identity.BufferSource __value_UserHandle = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
)value).UserHandle;
216
private static extern void __set_AuthenticatorAssertionResponse_AuthenticatorData(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
218
private static extern void __set_AuthenticatorAssertionResponse_Signature(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
220
private static extern void __set_AuthenticatorAssertionResponse_UserHandle(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
_generated\31\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (48)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>>? _PublicKeyCredentialAuthenticatorAssertionResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>> PublicKeyCredentialAuthenticatorAssertionResponse
22
get => _PublicKeyCredentialAuthenticatorAssertionResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>> Create_PublicKeyCredentialAuthenticatorAssertionResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>>
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>(){ 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.
AuthenticatorAssertionResponse
)args[3] },
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).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.
AuthenticatorAssertionResponse
>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj).Id,
61
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>.__set_PublicKeyCredentialAuthenticatorAssertionResponse_Id((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).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.
AuthenticatorAssertionResponse
>),
83
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj).Type,
84
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>.__set_PublicKeyCredentialAuthenticatorAssertionResponse_Type((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj, value!),
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).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.
AuthenticatorAssertionResponse
>),
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj).ClientExtensionResults,
107
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>.__set_PublicKeyCredentialAuthenticatorAssertionResponse_ClientExtensionResults((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj, value!),
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).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.
AuthenticatorAssertionResponse
>
125
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>),
127
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj).Response,
128
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>.__set_PublicKeyCredentialAuthenticatorAssertionResponse_Response((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj, value!),
135
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).GetProperty("Response", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
), global::System.Array.Empty<global::System.Type>(), null),
138
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>(options, info3);
148
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>),
150
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj).AuthenticatorAttachment,
151
Setter = static (obj, value) => __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>.__set_PublicKeyCredentialAuthenticatorAssertionResponse_AuthenticatorAttachment((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)obj, value!),
158
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>).GetProperty("AuthenticatorAttachment", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
168
private void PublicKeyCredentialAuthenticatorAssertionResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>? value)
178
global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)value).Id;
184
string __value_Type = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)value).Type;
190
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)value).ClientExtensionResults, JsonElement);
191
global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
__value_Response = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)value).Response;
197
string __value_AuthenticatorAttachment = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>)value).AuthenticatorAttachment;
238
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
),
_generated\51\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
30
if (type == typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
))
66
if (type == typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.
AuthenticatorAssertionResponse
>))
IdentityJsonSerializerContext.cs (1)
12
[JsonSerializable(typeof(PublicKeyCredential<
AuthenticatorAssertionResponse
>))]
PasskeyHandler.cs (2)
377
PublicKeyCredential<
AuthenticatorAssertionResponse
> credential;
416
var
response = credential.Response;