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