|
1 | 1 | #nullable enable |
| 2 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions |
| 3 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AttestationConveyancePreference.get -> string? |
| 4 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AttestationConveyancePreference.set -> void |
| 5 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AuthenticatorAttachment.get -> string? |
| 6 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AuthenticatorAttachment.set -> void |
| 7 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AuthenticatorTimeout.get -> System.TimeSpan |
| 8 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.AuthenticatorTimeout.set -> void |
| 9 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ChallengeSize.get -> int |
| 10 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ChallengeSize.set -> void |
| 11 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.IdentityPasskeyOptions() -> void |
| 12 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.IsAllowedAlgorithm.get -> System.Func<int, bool>? |
| 13 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.IsAllowedAlgorithm.set -> void |
| 14 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ResidentKeyRequirement.get -> string? |
| 15 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ResidentKeyRequirement.set -> void |
| 16 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ServerDomain.get -> string? |
| 17 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ServerDomain.set -> void |
| 18 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.UserVerificationRequirement.get -> string? |
| 19 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.UserVerificationRequirement.set -> void |
| 20 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ValidateOrigin.get -> System.Func<Microsoft.AspNetCore.Identity.PasskeyOriginValidationContext!, System.Threading.Tasks.ValueTask<bool>>? |
| 21 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.ValidateOrigin.set -> void |
| 22 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.VerifyAttestationStatement.get -> System.Func<Microsoft.AspNetCore.Identity.PasskeyAttestationStatementVerificationContext!, System.Threading.Tasks.ValueTask<bool>>? |
| 23 | +Microsoft.AspNetCore.Identity.IdentityPasskeyOptions.VerifyAttestationStatement.set -> void |
2 | 24 | Microsoft.AspNetCore.Identity.IPasskeyHandler<TUser> |
3 | 25 | Microsoft.AspNetCore.Identity.IPasskeyHandler<TUser>.MakeCreationOptionsAsync(Microsoft.AspNetCore.Identity.PasskeyUserEntity! userEntity, Microsoft.AspNetCore.Http.HttpContext! httpContext) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyCreationOptionsResult!>! |
4 | 26 | Microsoft.AspNetCore.Identity.IPasskeyHandler<TUser>.MakeRequestOptionsAsync(TUser? user, Microsoft.AspNetCore.Http.HttpContext! httpContext) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyRequestOptionsResult!>! |
@@ -51,31 +73,9 @@ Microsoft.AspNetCore.Identity.PasskeyException.PasskeyException(string! message, |
51 | 73 | Microsoft.AspNetCore.Identity.PasskeyHandler<TUser> |
52 | 74 | Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.MakeCreationOptionsAsync(Microsoft.AspNetCore.Identity.PasskeyUserEntity! userEntity, Microsoft.AspNetCore.Http.HttpContext! httpContext) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyCreationOptionsResult!>! |
53 | 75 | Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.MakeRequestOptionsAsync(TUser? user, Microsoft.AspNetCore.Http.HttpContext! httpContext) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyRequestOptionsResult!>! |
54 | | -Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.PasskeyHandler(Microsoft.AspNetCore.Identity.UserManager<TUser!>! userManager, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.PasskeyOptions!>! options) -> void |
| 76 | +Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.PasskeyHandler(Microsoft.AspNetCore.Identity.UserManager<TUser!>! userManager, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Identity.IdentityPasskeyOptions!>! options) -> void |
55 | 77 | Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.PerformAssertionAsync(Microsoft.AspNetCore.Identity.PasskeyAssertionContext! context) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAssertionResult<TUser!>!>! |
56 | 78 | Microsoft.AspNetCore.Identity.PasskeyHandler<TUser>.PerformAttestationAsync(Microsoft.AspNetCore.Identity.PasskeyAttestationContext! context) -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.PasskeyAttestationResult!>! |
57 | | -Microsoft.AspNetCore.Identity.PasskeyOptions |
58 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AttestationConveyancePreference.get -> string? |
59 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AttestationConveyancePreference.set -> void |
60 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AuthenticatorAttachment.get -> string? |
61 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AuthenticatorAttachment.set -> void |
62 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AuthenticatorTimeout.get -> System.TimeSpan |
63 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.AuthenticatorTimeout.set -> void |
64 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ChallengeSize.get -> int |
65 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ChallengeSize.set -> void |
66 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.IsAllowedAlgorithm.get -> System.Func<int, bool>? |
67 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.IsAllowedAlgorithm.set -> void |
68 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.PasskeyOptions() -> void |
69 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ResidentKeyRequirement.get -> string? |
70 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ResidentKeyRequirement.set -> void |
71 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ServerDomain.get -> string? |
72 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ServerDomain.set -> void |
73 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.UserVerificationRequirement.get -> string? |
74 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.UserVerificationRequirement.set -> void |
75 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ValidateOrigin.get -> System.Func<Microsoft.AspNetCore.Identity.PasskeyOriginValidationContext!, System.Threading.Tasks.ValueTask<bool>>? |
76 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.ValidateOrigin.set -> void |
77 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.VerifyAttestationStatement.get -> System.Func<Microsoft.AspNetCore.Identity.PasskeyAttestationStatementVerificationContext!, System.Threading.Tasks.ValueTask<bool>>? |
78 | | -Microsoft.AspNetCore.Identity.PasskeyOptions.VerifyAttestationStatement.set -> void |
79 | 79 | Microsoft.AspNetCore.Identity.PasskeyOriginValidationContext |
80 | 80 | Microsoft.AspNetCore.Identity.PasskeyOriginValidationContext.CrossOrigin.get -> bool |
81 | 81 | Microsoft.AspNetCore.Identity.PasskeyOriginValidationContext.CrossOrigin.init -> void |
|
0 commit comments