2 instantiations of BufferSource
Microsoft.AspNetCore.Identity (2)
Passkeys\BufferSource.cs (2)
33
=>
new
(bytes);
41
return
new
(buffer);
189 references to BufferSource
Microsoft.AspNetCore.Identity (189)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (14)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>)args[2] },
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).GetProperty("UserId", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
99
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).GetProperty("AllAcceptedCredentialIds", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>), global::System.Array.Empty<global::System.Type>(), null),
117
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>(options, info2);
142
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_UserId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).UserId;
148
global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
> __value_AllAcceptedCredentialIds = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).AllAcceptedCredentialIds;
172
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
181
ParameterType = typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>),
191
private static extern void __set_AllAcceptedCredentialsSignalOptions_UserId(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
193
private static extern void __set_AllAcceptedCredentialsSignalOptions_AllAcceptedCredentialIds(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
> value);
_generated\24\IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (26)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse(){ AuthenticatorData = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0], Signature = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[2] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse).GetProperty("AuthenticatorData", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse).GetProperty("Signature", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
99
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse).GetProperty("UserHandle", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
117
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info2);
119
var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
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),
137
properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info3);
157
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_AuthenticatorData = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).AuthenticatorData;
163
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Signature = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).Signature;
169
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_UserHandle = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).UserHandle;
175
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
190
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
199
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
208
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
216
private static extern void __set_AuthenticatorAssertionResponse_AuthenticatorData(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
218
private static extern void __set_AuthenticatorAssertionResponse_Signature(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
220
private static extern void __set_AuthenticatorAssertionResponse_UserHandle(global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
222
private static extern void __set_AuthenticatorAssertionResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\25\IdentityJsonSerializerContext.AuthenticatorAttestationResponse.g.cs (14)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse(){ AttestationObject = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse).GetProperty("AttestationObject", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
96
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
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),
114
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info2);
134
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_AttestationObject = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)value).AttestationObject;
146
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_ClientDataJSON = ((global::Microsoft.AspNetCore.Identity.AuthenticatorResponse)value).ClientDataJSON;
161
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
170
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
178
private static extern void __set_AuthenticatorAttestationResponse_AttestationObject(global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
182
private static extern void __set_AuthenticatorAttestationResponse_ClientDataJSON(global::Microsoft.AspNetCore.Identity.AuthenticatorResponse obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\27\IdentityJsonSerializerContext.BufferSource.g.cs (9)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>? _BufferSource;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
> BufferSource
22
get => _BufferSource ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
> Create_BufferSource(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
> jsonTypeInfo))
29
global::System.Text.Json.Serialization.JsonConverter converter = ExpandConverter(typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), new global::Microsoft.AspNetCore.Identity.BufferSourceJsonConverter(), options);
30
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateValueInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
> (options, converter);
_generated\28\IdentityJsonSerializerContext.CollectedClientData.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CollectedClientData(){ Type = (string)args[0], Challenge = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1], Origin = (string)args[2] },
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.CollectedClientData).GetProperty("Challenge", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
202
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Challenge = ((global::Microsoft.AspNetCore.Identity.CollectedClientData)value).Challenge;
248
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
267
private static extern void __set_CollectedClientData_Challenge(global::Microsoft.AspNetCore.Identity.CollectedClientData obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\30\IdentityJsonSerializerContext.CurrentUserDetailsSignalOptions.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1], Name = (string)args[2], DisplayName = (string)args[3] },
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions).GetProperty("UserId", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
165
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_UserId = ((global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions)value).UserId;
199
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
227
private static extern void __set_CurrentUserDetailsSignalOptions_UserId(global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\34\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAssertionResponse.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>(){ Id = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0], Type = (string)args[1], ClientExtensionResults = (global::System.Text.Json.JsonElement)args[2], Response = (global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)args[3] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
178
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse>)value).Id;
211
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
249
public static extern void __set_PublicKeyCredentialAuthenticatorAssertionResponse_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<TResponse> obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\35\IdentityJsonSerializerContext.PublicKeyCredentialAuthenticatorAttestationResponse.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>(){ Id = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0], Type = (string)args[1], ClientExtensionResults = (global::System.Text.Json.JsonElement)args[2], Response = (global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse)args[3] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
178
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredential<global::Microsoft.AspNetCore.Identity.AuthenticatorAttestationResponse>)value).Id;
211
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
249
public static extern void __set_PublicKeyCredentialAuthenticatorAttestationResponse_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredential<TResponse> obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\36\IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions(){ Rp = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)args[0], User = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)args[1], Challenge = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[2] },
99
var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
114
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions).GetProperty("Challenge", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
117
properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info2);
317
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Challenge = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).Challenge;
397
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
409
private static extern void __set_PublicKeyCredentialCreationOptions_Challenge(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\37\IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor(){ Type = (string)args[0], Id = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1] },
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
141
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor)value).Id;
171
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
181
private static extern void __set_PublicKeyCredentialDescriptor_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\38\IdentityJsonSerializerContext.PublicKeyCredentialId.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId(){ Id = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
91
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId)value).Id;
106
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
114
private static extern void __set_PublicKeyCredentialId_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialId obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\40\IdentityJsonSerializerContext.PublicKeyCredentialRequestOptions.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions(){ Challenge = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions).GetProperty("Challenge", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
215
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Challenge = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions)value).Challenge;
264
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
272
private static extern void __set_PublicKeyCredentialRequestOptions_Challenge(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRequestOptions obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\42\IdentityJsonSerializerContext.PublicKeyCredentialUserEntity.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity(){ Id = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[0], Name = (string)args[1], DisplayName = (string)args[2] },
53
var info0 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
71
properties[0] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info0);
137
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_Id = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)value).Id;
162
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
188
private static extern void __set_PublicKeyCredentialUserEntity_Id(global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\44\IdentityJsonSerializerContext.UnknownCredentialSignalOptions.g.cs (7)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions(){ RpId = (string)args[0], CredentialId = (global::Microsoft.AspNetCore.Identity.
BufferSource
)args[1] },
76
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.AspNetCore.Identity.
BufferSource
>
91
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions).GetProperty("CredentialId", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
), global::System.Array.Empty<global::System.Type>(), null),
94
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info1);
119
global::Microsoft.AspNetCore.Identity.
BufferSource
__value_CredentialId = ((global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions)value).CredentialId;
143
ParameterType = typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
),
153
private static extern void __set_UnknownCredentialSignalOptions_CredentialId(global::Microsoft.AspNetCore.Identity.UnknownCredentialSignalOptions obj, global::Microsoft.AspNetCore.Identity.
BufferSource
value);
_generated\45\IdentityJsonSerializerContext.IReadOnlyListBufferSource.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>? _IReadOnlyListBufferSource;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>> IReadOnlyListBufferSource
22
get => _IReadOnlyListBufferSource ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>> Create_IReadOnlyListBufferSource(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>>
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateIEnumerableInfo<global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>, global::Microsoft.AspNetCore.Identity.
BufferSource
>(options, info);
47
private void IReadOnlyListBufferSourceSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>? value)
57
foreach (global::Microsoft.AspNetCore.Identity.
BufferSource
element in value)
_generated\57\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (2)
46
if (type == typeof(global::Microsoft.AspNetCore.Identity.
BufferSource
))
118
if (type == typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.
BufferSource
>))
PasskeyHandler.cs (8)
61
Id =
BufferSource
.FromString(userEntity.Id),
65
Challenge =
BufferSource
.FromBytes(challenge),
105
Id =
BufferSource
.FromBytes(p.CredentialId),
122
Challenge =
BufferSource
.FromBytes(challenge),
156
Id =
BufferSource
.FromBytes(p.CredentialId),
174
UserId =
BufferSource
.FromString(userId),
175
AllAcceptedCredentialIds = [.. passkeys.Select(p =>
BufferSource
.FromBytes(p.CredentialId))],
203
UserId =
BufferSource
.FromString(userEntity.Id),
Passkeys\AllAcceptedCredentialsSignalOptions.cs (2)
23
public required
BufferSource
UserId { get; init; }
28
public required IReadOnlyList<
BufferSource
> AllAcceptedCredentialIds { get; init; }
Passkeys\AuthenticatorAssertionResponse.cs (3)
18
public required
BufferSource
AuthenticatorData { get; init; }
23
public required
BufferSource
Signature { get; init; }
28
public
BufferSource
? UserHandle { get; init; }
Passkeys\AuthenticatorAttestationResponse.cs (1)
18
public required
BufferSource
AttestationObject { get; init; }
Passkeys\AuthenticatorResponse.cs (1)
16
public required
BufferSource
ClientDataJSON { get; init; }
Passkeys\BufferSource.cs (14)
20
internal sealed class BufferSource : IEquatable<
BufferSource
>
30
/// Creates a new instance of <see cref="
BufferSource
"/> from a byte array.
32
public static
BufferSource
FromBytes(ReadOnlyMemory<byte> bytes)
36
/// Creates a new instance of <see cref="
BufferSource
"/> from a string.
38
public static
BufferSource
FromString(string value)
68
/// Performs a value-based equality comparison with another <see cref="
BufferSource
"/> instance.
70
public bool Equals(
BufferSource
? other)
82
=> obj is
BufferSource
other && Equals(other);
89
/// Performs a value-based equality comparison between two <see cref="
BufferSource
"/> instances.
91
public static bool operator ==(
BufferSource
? left,
BufferSource
? right)
107
/// Performs a value-based inequality comparison between two <see cref="
BufferSource
"/> instances.
109
public static bool operator !=(
BufferSource
? left,
BufferSource
? right)
Passkeys\BufferSourceJsonConverter.cs (4)
13
internal sealed class BufferSourceJsonConverter : JsonConverter<
BufferSource
>
17
public override
BufferSource
? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
33
return
BufferSource
.FromBytes(bytes);
36
public override void Write(Utf8JsonWriter writer,
BufferSource
value, JsonSerializerOptions options)
Passkeys\CollectedClientData.cs (1)
25
public required
BufferSource
Challenge { get; init; }
Passkeys\CurrentUserDetailsSignalOptions.cs (1)
23
public required
BufferSource
UserId { get; init; }
Passkeys\PublicKeyCredential.cs (1)
20
public required
BufferSource
Id { get; init; }
Passkeys\PublicKeyCredentialCreationOptions.cs (1)
29
public required
BufferSource
Challenge { get; init; }
Passkeys\PublicKeyCredentialDescriptor.cs (1)
22
public required
BufferSource
Id { get; init; }
Passkeys\PublicKeyCredentialId.cs (1)
14
public required
BufferSource
Id { get; init; }
Passkeys\PublicKeyCredentialRequestOptions.cs (1)
19
public required
BufferSource
Challenge { get; init; }
Passkeys\PublicKeyCredentialUserEntity.cs (1)
17
public required
BufferSource
Id { get; init; }
Passkeys\UnknownCredentialSignalOptions.cs (1)
23
public required
BufferSource
CredentialId { get; init; }