7 references to CorrelationCookie
Microsoft.AspNetCore.Authentication (5)
RemoteAuthenticationHandler.cs (5)
234
var cookieOptions = Options.
CorrelationCookie
.Build(Context, TimeProvider.GetUtcNow());
238
var cookieName = Options.
CorrelationCookie
.Name + correlationId;
254
Logger.CorrelationPropertyNotFound(Options.
CorrelationCookie
.Name!);
260
var cookieName = Options.
CorrelationCookie
.Name + correlationId;
269
var cookieOptions = Options.
CorrelationCookie
.Build(Context, TimeProvider.GetUtcNow());
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectConfigureOptions.cs (2)
51
SetCookieFromConfig(configSection.GetSection(nameof(options.
CorrelationCookie
)), options.
CorrelationCookie
);