2 instantiations of PublicKeyCredentialCreationOptions
Microsoft.AspNetCore.Identity (2)
_generated\33\IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (1)
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] },
PasskeyHandler.cs (1)
49var options = new PublicKeyCredentialCreationOptions
80 references to PublicKeyCredentialCreationOptions
Microsoft.AspNetCore.Identity (80)
_generated\33\IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (77)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions>? _PublicKeyCredentialCreationOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions> PublicKeyCredentialCreationOptions 22get => _PublicKeyCredentialCreationOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions> Create_PublicKeyCredentialCreationOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).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.PublicKeyCredentialCreationOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Rp, 61Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Rp((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Rp", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity), global::System.Array.Empty<global::System.Type>(), null), 81DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).User, 84Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_User((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 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), 104DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 106Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Challenge, 107Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Challenge((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 114AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Challenge", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 127DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 129Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).PubKeyCredParams, 130Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_PubKeyCredParams((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 137AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("PubKeyCredParams", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters>), global::System.Array.Empty<global::System.Type>(), null), 149DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 151Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Timeout, 152Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Timeout((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 159AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Timeout", InstanceMemberBindingFlags, null, typeof(ulong?), global::System.Array.Empty<global::System.Type>(), null), 169DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 171Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).ExcludeCredentials, 172Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_ExcludeCredentials((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 179AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("ExcludeCredentials", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>), global::System.Array.Empty<global::System.Type>(), null), 191DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 193Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).AuthenticatorSelection, 194Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_AuthenticatorSelection((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 201AttributeProviderFactory = 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), 211DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 213Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Hints, 214Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Hints((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 221AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Hints", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<string>), global::System.Array.Empty<global::System.Type>(), null), 233DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 235Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Attestation, 236Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Attestation((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 243AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Attestation", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 253DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 255Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).AttestationFormats, 256Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_AttestationFormats((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 263AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("AttestationFormats", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<string>), global::System.Array.Empty<global::System.Type>(), null), 275DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions), 277Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).Extensions, 278Setter = static (obj, value) => __set_PublicKeyCredentialCreationOptions_Extensions((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj, value!), 285AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Extensions", InstanceMemberBindingFlags, null, typeof(global::System.Text.Json.JsonElement?), global::System.Array.Empty<global::System.Type>(), null), 295private void PublicKeyCredentialCreationOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions? value) 305global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity __value_Rp = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Rp; 311global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity __value_User = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).User; 317global::Microsoft.AspNetCore.Identity.BufferSource __value_Challenge = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Challenge; 323global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters> __value_PubKeyCredParams = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).PubKeyCredParams; 329ulong? __value_Timeout = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Timeout; 335global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor> __value_ExcludeCredentials = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).ExcludeCredentials; 341global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria __value_AuthenticatorSelection = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).AuthenticatorSelection; 347global::System.Collections.Generic.IReadOnlyList<string> __value_Hints = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Hints; 353string __value_Attestation = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Attestation; 358global::System.Collections.Generic.IReadOnlyList<string> __value_AttestationFormats = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).AttestationFormats; 364global::System.Text.Json.JsonElement? __value_Extensions = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Extensions; 405private static extern void __set_PublicKeyCredentialCreationOptions_Rp(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity value); 407private static extern void __set_PublicKeyCredentialCreationOptions_User(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity value); 409private static extern void __set_PublicKeyCredentialCreationOptions_Challenge(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.BufferSource value); 411private static extern void __set_PublicKeyCredentialCreationOptions_PubKeyCredParams(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters> value); 413private static extern void __set_PublicKeyCredentialCreationOptions_Timeout(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, ulong? value); 415private static extern void __set_PublicKeyCredentialCreationOptions_ExcludeCredentials(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor> value); 417private static extern void __set_PublicKeyCredentialCreationOptions_AuthenticatorSelection(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.AuthenticatorSelectionCriteria value); 419private static extern void __set_PublicKeyCredentialCreationOptions_Hints(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Collections.Generic.IReadOnlyList<string> value); 421private static extern void __set_PublicKeyCredentialCreationOptions_Attestation(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, string value); 423private static extern void __set_PublicKeyCredentialCreationOptions_AttestationFormats(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Collections.Generic.IReadOnlyList<string> value); 425private static extern void __set_PublicKeyCredentialCreationOptions_Extensions(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Text.Json.JsonElement? value);
_generated\51\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
74if (type == typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions))
IdentityJsonSerializerContext.cs (1)
10[JsonSerializable(typeof(PublicKeyCredentialCreationOptions))]
PasskeyHandler.cs (1)
49var options = new PublicKeyCredentialCreationOptions