2 instantiations of PublicKeyCredentialRequestOptions
Microsoft.AspNetCore.Identity (2)
_generated\36\IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions(){ Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0] },
PasskeyHandler.cs (1)
117var options = new PublicKeyCredentialRequestOptions
56 references to PublicKeyCredentialRequestOptions
Microsoft.AspNetCore.Identity (56)
_generated\36\IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (53)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions>? _PublicKeyCredentialRequestOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions> PublicKeyCredentialRequestOptions 22get => _PublicKeyCredentialRequestOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions> Create_PublicKeyCredentialRequestOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).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.PublicKeyCredentialRequestOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).Challenge, 61Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_Challenge((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("Challenge", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 81DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).Timeout, 84Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_Timeout((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 91AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("Timeout", InstanceMemberBindingFlags, null, typeof(ulong?), global::System.Array.Empty<global::System.Type>(), null), 101DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 103Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).RpId, 104Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_RpId((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 111AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("RpId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 121DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 123Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).AllowCredentials, 124Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_AllowCredentials((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 131AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("AllowCredentials", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor>), global::System.Array.Empty<global::System.Type>(), null), 143DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 145Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).UserVerification, 146Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_UserVerification((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 153AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("UserVerification", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 163DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 165Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).Hints, 166Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_Hints((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 173AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("Hints", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<string>), global::System.Array.Empty<global::System.Type>(), null), 185DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions), 187Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj).Extensions, 188Setter = static (obj, value) => __set_PublicKeyCredentialRequestOptions_Extensions((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)obj, value!), 195AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("Extensions", InstanceMemberBindingFlags, null, typeof(global::System.Text.Json.JsonElement?), global::System.Array.Empty<global::System.Type>(), null), 205private void PublicKeyCredentialRequestOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions? value) 215global::Microsoft.AspNetCore.Identity.BufferSource __value_Challenge = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).Challenge; 221ulong? __value_Timeout = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).Timeout; 227string __value_RpId = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).RpId; 232global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor> __value_AllowCredentials = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).AllowCredentials; 238string __value_UserVerification = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).UserVerification; 243global::System.Collections.Generic.IReadOnlyList<string> __value_Hints = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).Hints; 249global::System.Text.Json.JsonElement? __value_Extensions = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).Extensions; 272private static extern void __set_PublicKeyCredentialRequestOptions_Challenge(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, global::Microsoft.AspNetCore.Identity.BufferSource value); 274private static extern void __set_PublicKeyCredentialRequestOptions_Timeout(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, ulong? value); 276private static extern void __set_PublicKeyCredentialRequestOptions_RpId(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, string value); 278private static extern void __set_PublicKeyCredentialRequestOptions_AllowCredentials(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor> value); 280private static extern void __set_PublicKeyCredentialRequestOptions_UserVerification(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, string value); 282private static extern void __set_PublicKeyCredentialRequestOptions_Hints(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, global::System.Collections.Generic.IReadOnlyList<string> value); 284private static extern void __set_PublicKeyCredentialRequestOptions_Extensions(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, global::System.Text.Json.JsonElement? value);
_generated\51\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
86if (type == typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions))
IdentityJsonSerializerContext.cs (1)
11[JsonSerializable(typeof(PublicKeyCredentialRequestOptions))]
PasskeyHandler.cs (1)
117var options = new PublicKeyCredentialRequestOptions