2 writes to Attributes
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (1)
108Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Attributes = value!,
DeviceBoundSessionHandler.cs (1)
313Attributes = BuildCredentialAttributes(sessionCookieOptions),
2 references to Attributes
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\2\DeviceBoundSessionJsonContext.SessionCredential.g.cs (2)
107Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Attributes, 147string __value_Attributes = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)value).Attributes;