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