1 instantiation of PublicKeyCredentialId
Microsoft.AspNetCore.Identity (1)
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0] },
20 references to PublicKeyCredentialId
Microsoft.AspNetCore.Identity (20)
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (17)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
>? _PublicKeyCredentialId;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
> PublicKeyCredentialId
22
get => _PublicKeyCredentialId ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
> Create_PublicKeyCredentialId(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
).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.
PublicKeyCredentialId
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
)obj).Id,
61
Setter = static (obj, value) => __set_PublicKeyCredentialId_Id((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null),
81
private void PublicKeyCredentialIdSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
? value)
91
global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
)value).Id;
114
private static extern void __set_PublicKeyCredentialId_Id(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
_generated\57\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
90
if (type == typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialId
))
IdentityJsonSerializerContext.cs (1)
18
[JsonSerializable(typeof(
PublicKeyCredentialId
))]
PasskeyHandler.cs (1)
226
PublicKeyCredentialId
? credential;