2 types derived from AuthenticatorResponse
Microsoft.AspNetCore.Identity (2)
Passkeys\AuthenticatorAssertionResponse.cs (1)
13internal sealed class AuthenticatorAssertionResponse : AuthenticatorResponse
Passkeys\AuthenticatorAttestationResponse.cs (1)
13internal sealed class AuthenticatorAttestationResponse : AuthenticatorResponse
16 references to AuthenticatorResponse
Microsoft.AspNetCore.Identity (16)
_generated\22\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (6)
124DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 126Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 127Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj, value!), 134AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse).GetProperty("ClientDataJSON", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 175global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON; 222private static extern void __set_AuthenticatorAssertionResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
_generated\23\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (6)
101DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 103Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 104Setter = static (obj, value) => __set_AuthenticatorAttestationResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj, value!), 111AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse).GetProperty("ClientDataJSON", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 146global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON; 182private static extern void __set_AuthenticatorAttestationResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
_generated\31\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (1)
246private static class __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<TResponse> where TResponse : notnull, global::Microsoft.AspNetCore.Identity.AuthenticatorResponse
_generated\32\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (1)
246private static class __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<TResponse> where TResponse : notnull, global::Microsoft.AspNetCore.Identity.AuthenticatorResponse
PasskeyHandler.cs (1)
558where TResponse : AuthenticatorResponse
Passkeys\PublicKeyCredential.cs (1)
15where TResponse : notnull, AuthenticatorResponse