2 types derived from AuthenticatorResponse
Microsoft.AspNetCore.Identity (2)
Passkeys\AuthenticatorAssertionResponse.cs (1)
13
internal sealed class AuthenticatorAssertionResponse :
AuthenticatorResponse
Passkeys\AuthenticatorAttestationResponse.cs (1)
13
internal sealed class AuthenticatorAttestationResponse :
AuthenticatorResponse
16 references to AuthenticatorResponse
Microsoft.AspNetCore.Identity (16)
_generated\22\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (6)
124
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
),
126
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)obj).ClientDataJSON,
127
Setter = static (obj, value) => __set_AuthenticatorAssertionResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)obj, value!),
134
AttributeProviderFactory = 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),
175
global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)value).ClientDataJSON;
222
private 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)
101
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
),
103
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)obj).ClientDataJSON,
104
Setter = static (obj, value) => __set_AuthenticatorAttestationResponse_ClientDataJSON((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)obj, value!),
111
AttributeProviderFactory = 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),
146
global::Microsoft.AspNetCore.Identity.BufferSource __value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
)value).ClientDataJSON;
182
private 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)
246
private static class __GenericAccessors_PublicKeyCredentialAuthenticatorAssertionResponse<TResponse> where TResponse : notnull, global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
_generated\32\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (1)
246
private static class __GenericAccessors_PublicKeyCredentialAuthenticatorAttestationResponse<TResponse> where TResponse : notnull, global::Microsoft.AspNetCore.Identity.
AuthenticatorResponse
PasskeyHandler.cs (1)
558
where TResponse :
AuthenticatorResponse
Passkeys\PublicKeyCredential.cs (1)
15
where TResponse : notnull,
AuthenticatorResponse