2 writes to ScopeSpecification
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (1)
104
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).
ScopeSpecification
= value!,
DeviceBoundSessionHandler.cs (1)
306
ScopeSpecification
= scopeRules,
2 references to ScopeSpecification
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\4\DeviceBoundSessionJsonContext.SessionScope.g.cs (2)
103
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)obj).
ScopeSpecification
,
139
global::System.Collections.Generic.List<global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScopeRule> __value_ScopeSpecification = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionScope)value).
ScopeSpecification
;