1 write to _options
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
34
_options
= options.Value;
16 references to _options
Microsoft.AspNetCore.Identity (16)
PasskeyHandler.cs (16)
48
var challenge = RandomNumberGenerator.GetBytes(
_options
.ChallengeSize);
49
var pubKeyCredParams =
_options
.IsAllowedAlgorithm is { } isAllowedAlgorithm
66
Timeout = (uint)
_options
.AuthenticatorTimeout.TotalMilliseconds,
71
AuthenticatorAttachment =
_options
.AuthenticatorAttachment,
72
ResidentKey =
_options
.ResidentKeyRequirement,
73
UserVerification =
_options
.UserVerificationRequirement,
75
Attestation =
_options
.AttestationConveyancePreference,
119
var challenge = RandomNumberGenerator.GetBytes(
_options
.ChallengeSize);
124
Timeout = (uint)
_options
.AuthenticatorTimeout.TotalMilliseconds,
126
UserVerification =
_options
.UserVerificationRequirement,
402
if (
_options
.IsAllowedAlgorithm is { } isAllowedAlgorithm && !isAllowedAlgorithm((int)algorithm))
411
if (
_options
.VerifyAttestationStatement is { } verifyAttestationStatement)
742
var originalUserVerificationRequirement =
_options
.UserVerificationRequirement;
757
if (
_options
.ValidateOrigin is { } validateOrigin)
782
=>
_options
.ServerDomain ?? httpContext.Request.Host.Host;
785
=> (
_options
.TimeProvider ?? TimeProvider.System).GetUtcNow().UtcDateTime;