2 instantiations of AuthenticatorSelectionCriteria
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (1)
31ObjectCreator = () => new global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria(),
PasskeyHandler.cs (1)
66AuthenticatorSelection = new()
38 references to AuthenticatorSelectionCriteria
Microsoft.AspNetCore.Identity (38)
IdentityJsonSerializerContext.AuthenticatorSelectionCriteria.g.cs (30)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>? _AuthenticatorSelectionCriteria; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria> AuthenticatorSelectionCriteria 22get => _AuthenticatorSelectionCriteria ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria> Create_AuthenticatorSelectionCriteria(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 39jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>(options, objectInfo); 56DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria), 58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).AuthenticatorAttachment, 59Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).AuthenticatorAttachment = value!, 66AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria).GetProperty("AuthenticatorAttachment", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 76DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria), 78Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).ResidentKey, 79Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).ResidentKey = value!, 86AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria).GetProperty("ResidentKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 96DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria), 98Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).RequireResidentKey, 106AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria).GetProperty("RequireResidentKey", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null), 116DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria), 118Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).UserVerification, 119Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)obj).UserVerification = value!, 126AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria).GetProperty("UserVerification", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 136private void AuthenticatorSelectionCriteriaSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria? value) 146string __value_AuthenticatorAttachment = ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)value).AuthenticatorAttachment; 151string __value_ResidentKey = ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)value).ResidentKey; 156writer.WriteBoolean(PropName_requireResidentKey, ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)value).RequireResidentKey); 157string __value_UserVerification = ((global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)value).UserVerification;
IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
38if (type == typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria))
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (6)
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], PubKeyCredParams = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>)args[3], Timeout = (ulong?)args[4], ExcludeCredentials = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>)args[5], AuthenticatorSelection = (global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria)args[6], Hints = (global::System.Collections.Generic.IReadOnlyList<string>)args[7], Attestation = (string)args[8], AttestationFormats = (global::System.Collections.Generic.IReadOnlyList<string>)args[9], Extensions = (global::System.Text.Json.JsonElement?)args[10] }, 184var info6 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria> 199AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("AuthenticatorSelection", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria), global::System.Array.Empty<global::System.Type>(), null), 202properties[6] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria>(options, info6); 339global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria __value_AuthenticatorSelection = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).AuthenticatorSelection; 431ParameterType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria),
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
49public AuthenticatorSelectionCriteria? AuthenticatorSelection { get; init; }