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