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