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)
48var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 49var pubKeyCredParams = _options.IsAllowedAlgorithm is { } isAllowedAlgorithm 66Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 71AuthenticatorAttachment = _options.AuthenticatorAttachment, 72ResidentKey = _options.ResidentKeyRequirement, 73UserVerification = _options.UserVerificationRequirement, 75Attestation = _options.AttestationConveyancePreference, 119var challenge = RandomNumberGenerator.GetBytes(_options.ChallengeSize); 124Timeout = (uint)_options.AuthenticatorTimeout.TotalMilliseconds, 126UserVerification = _options.UserVerificationRequirement, 402if (_options.IsAllowedAlgorithm is { } isAllowedAlgorithm && !isAllowedAlgorithm((int)algorithm)) 411if (_options.VerifyAttestationStatement is { } verifyAttestationStatement) 742var originalUserVerificationRequirement = _options.UserVerificationRequirement; 757if (_options.ValidateOrigin is { } validateOrigin) 782=> _options.ServerDomain ?? httpContext.Request.Host.Host; 785=> (_options.TimeProvider ?? TimeProvider.System).GetUtcNow().UtcDateTime;