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)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (6)
122DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 124Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 125Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj, value!), 132AttributeProviderFactory = 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), 173global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON; 220private static extern void __set_AuthenticatorAssertionResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (6)
99DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse), 101Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj).ClientDataJSON, 102Setter = static (obj, value) => __set_AuthenticatorAttestationResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)obj, value!), 109AttributeProviderFactory = 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), 144global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON; 180private static extern void __set_AuthenticatorAttestationResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.BufferSource value);
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (1)
244private static class __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<TResponse> where TResponse : notnull, global::Microsoft.AspNetCore.Identity.AuthenticatorResponse
IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (1)
244private 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