2 writes to Attributes
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionHandler.cs (1)
313Attributes = BuildCredentialAttributes(sessionCookieOptions),
Generated\361d1da7f942c932\DeviceBoundSessionJsonContext.SessionCredential.g.cs (1)
108Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionCredential)obj).Attributes = value!,
2 references to Attributes
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
Generated\361d1da7f942c932\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;