2 writes to _correlationCookieBuilder
Microsoft.AspNetCore.Authentication (2)
RemoteAuthenticationOptions.cs (2)
24
_correlationCookieBuilder
= new CorrelationCookieBuilder(this)
155
set =>
_correlationCookieBuilder
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _correlationCookieBuilder
Microsoft.AspNetCore.Authentication (1)
RemoteAuthenticationOptions.cs (1)
154
get =>
_correlationCookieBuilder
;