1 write to _options
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
34_options = options.Value;
15 references to _options
Microsoft.AspNetCore.Identity (15)
PasskeyHandler.cs (15)
45var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 46var pubKeyCredParams = _options.IsAllowedAlgorithm is { } isAllowedAlgorithm 63Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 68AuthenticatorAttachment = _options.AuthenticatorAttachment, 69ResidentKey = _options.ResidentKeyRequirement, 70UserVerification = _options.UserVerificationRequirement, 72Attestation = _options.AttestationConveyancePreference, 116var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 121Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 123UserVerification = _options.UserVerificationRequirement, 301if (_options.IsAllowedAlgorithm is { } isAllowedAlgorithm && !isAllowedAlgorithm((int)algorithm)) 310if (_options.VerifyAttestationStatement is { } verifyAttestationStatement) 638var originalUserVerificationRequirement = _options.UserVerificationRequirement; 653if (_options.ValidateOrigin is { } validateOrigin) 678=> _options.ServerDomain ?? httpContext.Request.Host.Host;