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