2 instantiations of PublicKeyCredentialUserEntity
Microsoft.AspNetCore.Identity (2)
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity(){ Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
PasskeyHandler.cs (1)
56User = new()
38 references to PublicKeyCredentialUserEntity
Microsoft.AspNetCore.Identity (38)
_generated\33\IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (7)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions(){ Rp = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)args[0], User = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)args[1], Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] }, 76var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity> 91AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("User", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity), global::System.Array.Empty<global::System.Type>(), null), 94properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity>(options, info1); 311global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity __value_User = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).User; 388ParameterType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity), 407private static extern void __set_PublicKeyCredentialCreationOptions_User(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity value);
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (29)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity>? _PublicKeyCredentialUserEntity; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity> PublicKeyCredentialUserEntity 22get => _PublicKeyCredentialUserEntity ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity> Create_PublicKeyCredentialUserEntity(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity).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.PublicKeyCredentialUserEntity>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity), 60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).Id, 61Setter = static (obj, value) => __set_PublicKeyCredentialUserEntity_Id((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj, value!), 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 81DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity), 83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).Name, 84Setter = static (obj, value) => __set_PublicKeyCredentialUserEntity_Name((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj, value!), 91AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 104DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity), 106Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj).DisplayName, 107Setter = static (obj, value) => __set_PublicKeyCredentialUserEntity_DisplayName((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)obj, value!), 114AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity).GetProperty("DisplayName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 127private void PublicKeyCredentialUserEntitySerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity? value) 137global::Microsoft.AspNetCore.Identity.BufferSource __value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).Id; 143string __value_Name = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).Name; 148string __value_DisplayName = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).DisplayName; 188private static extern void __set_PublicKeyCredentialUserEntity_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity obj, global::Microsoft.AspNetCore.Identity.BufferSource value); 190private static extern void __set_PublicKeyCredentialUserEntity_Name(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity obj, string value); 192private static extern void __set_PublicKeyCredentialUserEntity_DisplayName(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity obj, string value);
_generated\51\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
94if (type == typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity))
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
24public required PublicKeyCredentialUserEntity User { get; init; }