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