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 },
44 references to PublicKeyCredentialParameters
Microsoft.AspNetCore.Identity (44)
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 (5)
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;
409
private static extern void __set_PublicKeyCredentialCreationOptions_PubKeyCredParams(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
> value);
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (23)
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,
59
Setter = static (obj, value) => __set_PublicKeyCredentialParameters_Type(ref global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>(obj), value!),
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,
82
Setter = static (obj, value) => __set_PublicKeyCredentialParameters_Alg(ref global::System.Runtime.CompilerServices.Unsafe.Unbox<global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
>(obj), value!),
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);
137
private static extern void __set_PublicKeyCredentialParameters_Type(ref global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
obj, string value);
139
private static extern void __set_PublicKeyCredentialParameters_Alg(ref global::Microsoft.AspNetCore.Identity.
PublicKeyCredentialParameters
obj, global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier value);
Passkeys\CredentialPublicKey.cs (1)
25
internal static IReadOnlyList<
PublicKeyCredentialParameters
> AllSupportedParameters { get; } =
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
34
public IReadOnlyList<
PublicKeyCredentialParameters
> PubKeyCredParams { get; init; } = [];