1 write to UserEntity
Microsoft.AspNetCore.Identity (1)
PasskeyAttestationResult.cs (1)
40
UserEntity
= userEntity;
3 references to UserEntity
IdentitySample.PasskeyConformance (1)
Program.cs (1)
112
var userEntity = attestationResult.
UserEntity
;
IdentitySample.PasskeyUI (1)
artifacts\obj\IdentitySample.PasskeyUI\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components_Pages_Home_razor.g.cs (1)
196
var userEntity = attestationResult.
UserEntity
;
Microsoft.AspNetCore.Identity (1)
PasskeyAttestationResult.cs (1)
17
[MemberNotNullWhen(true, nameof(
UserEntity
))]