10 instantiations of PublicKeyCredentialParameters
Microsoft.AspNetCore.Identity (10)
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
(){ Type = (string)args[0], Alg = (global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier)args[1] },
Passkeys\CredentialPublicKey.cs (9)
28
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES256 },
29
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS256 },
30
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES384 },
31
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS384 },
32
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS512 },
33
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS256 },
34
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES512 },
35
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS384 },
36
new
() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS512 },
41 references to PublicKeyCredentialParameters
Microsoft.AspNetCore.Identity (41)
IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
82
if (type == typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
))
106
if (type == typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>))
IdentityJsonSerializerContext.IReadOnlyListPublicKeyCredentialParameters.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>? _IReadOnlyListPublicKeyCredentialParameters;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>> IReadOnlyListPublicKeyCredentialParameters
22
get => _IReadOnlyListPublicKeyCredentialParameters ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>> Create_IReadOnlyListPublicKeyCredentialParameters(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>
35
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIEnumerableInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>, global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>(options, info);
45
private void IReadOnlyListPublicKeyCredentialParametersSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>? value)
55
foreach (global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
element in value)
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] },
120
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>
135
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),
138
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>>(options, info3);
321
global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
> __value_PubKeyCredParams = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).PubKeyCredParams;
404
ParameterType = typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>),
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (19)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>? _PublicKeyCredentialParameters;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
> PublicKeyCredentialParameters
22
get => _PublicKeyCredentialParameters ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
> Create_PublicKeyCredentialParameters(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
).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.
PublicKeyCredentialParameters
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
)obj).Type,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
),
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
)obj).Alg,
89
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
).GetProperty("Alg", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier), global::System.Array.Empty<global::System.Type>(), null),
100
private void PublicKeyCredentialParametersSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
value)
104
string __value_Type = ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
)value).Type;
110
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
)value).Alg, COSEAlgorithmIdentifier);
Passkeys\CredentialPublicKey.cs (1)
25
internal static IReadOnlyList<
PublicKeyCredentialParameters
> AllSupportedParameters { get; } =
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
34
public IReadOnlyList<
PublicKeyCredentialParameters
> PubKeyCredParams { get; init; } = [];