10 writes to Type
Microsoft.AspNetCore.Identity (10)
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters(){ Type = (string)args[0], Alg = (global::Microsoft.AspNetCore.Identity.COSEAlgorithmIdentifier)args[1] },
Passkeys\CredentialPublicKey.cs (9)
28new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES256 }, 29new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS256 }, 30new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES384 }, 31new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS384 }, 32new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.PS512 }, 33new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS256 }, 34new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.ES512 }, 35new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS384 }, 36new() { Type = "public-key", Alg = COSEAlgorithmIdentifier.RS512 },
2 references to Type
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialParameters.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters)obj).Type, 104string __value_Type = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialParameters)value).Type;