2 instantiations of SessionCredential
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (1)
35ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential(){ Name = (string)args[0] },
DeviceBoundSessionHandler.cs (1)
310new SessionCredential
45 references to SessionCredential
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (45)
_generated\11\DeviceBoundSessionJsonContext.GetJsonTypeInfo.g.cs (2)
29if (type == typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)) 45if (type == typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>))
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (25)
16private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>? _SessionCredential; 22public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> SessionCredential 25get => _SessionCredential ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)); 28private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> Create_SessionCredential(global::System.Text.Json.JsonSerializerOptions options) 30if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> jsonTypeInfo)) 32var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> 38ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 44jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>(options, objectInfo); 61DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential), 63Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Type, 71AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential).GetProperty("Type", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 82DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential), 84Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Name, 85Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Name = value!, 92AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 105DeclaringType = typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential), 107Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Attributes, 108Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Attributes = value!, 115AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential).GetProperty("Attributes", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 127private void SessionCredentialSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential? value) 137string __value_Type = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)value).Type; 142string __value_Name = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)value).Name; 147string __value_Attributes = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)value).Attributes;
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (4)
138var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>> 153AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction).GetProperty("Credentials", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>), global::System.Array.Empty<global::System.Type>(), null), 156properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>>(options, info4); 212global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential> __value_Credentials = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).Credentials;
_generated\6\DeviceBoundSessionJsonContext.ListSessionCredential.g.cs (12)
16private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>>? _ListSessionCredential; 22public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>> ListSessionCredential 25get => _ListSessionCredential ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>)); 28private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>> Create_ListSessionCredential(global::System.Text.Json.JsonSerializerOptions options) 30if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>> jsonTypeInfo)) 32var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>> 34ObjectCreator = () => new global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>(), 40jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>, global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>(options, info); 50private void ListSessionCredentialSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential>? value)
DeviceBoundSessionHandler.cs (1)
308Credentials = new List<SessionCredential>
SessionInstruction.cs (1)
47public List<SessionCredential>? Credentials { get; set; }