9 instantiations of PublicKeyCredentialParameters
Microsoft.AspNetCore.Identity (9)
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 },
2 references to PublicKeyCredentialParameters
Microsoft.AspNetCore.Identity (2)
Passkeys\CredentialPublicKey.cs (1)
25
internal static IReadOnlyList<
PublicKeyCredentialParameters
> AllSupportedParameters { get; } =
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
34
public IReadOnlyList<
PublicKeyCredentialParameters
> PubKeyCredParams { get; init; } = [];