1 write to _options
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
34_options = options.Value;
17 references to _options
Microsoft.AspNetCore.Identity (17)
PasskeyHandler.cs (17)
55var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 56var pubKeyCredParams = _options.IsAllowedAlgorithm is { } isAllowedAlgorithm 73Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 78AuthenticatorAttachment = _options.AuthenticatorAttachment, 79ResidentKey = _options.ResidentKeyRequirement, 82Attestation = _options.AttestationConveyancePreference, 123if (isConditionallyMediated && string.Equals("required", _options.UserVerificationRequirement, StringComparison.Ordinal)) 128return _options.UserVerificationRequirement; 139var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 144Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 146UserVerification = _options.UserVerificationRequirement, 425if (_options.IsAllowedAlgorithm is { } isAllowedAlgorithm && !isAllowedAlgorithm((int)algorithm)) 434if (_options.VerifyAttestationStatement is { } verifyAttestationStatement) 765var originalUserVerificationRequirement = _options.UserVerificationRequirement; 782if (_options.ValidateOrigin is { } validateOrigin) 807=> _options.ServerDomain ?? httpContext.Request.Host.Host; 810=> (_options.TimeProvider ?? TimeProvider.System).GetUtcNow().UtcDateTime;