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