7 references to CorrelationCookie
Microsoft.AspNetCore.Authentication (5)
RemoteAuthenticationHandler.cs (5)
240
var cookieOptions = Options.
CorrelationCookie
.Build(Context, TimeProvider.GetUtcNow());
244
var cookieName = Options.
CorrelationCookie
.Name + correlationId;
261
Logger.CorrelationPropertyNotFound(Options.
CorrelationCookie
.Name!);
267
var cookieName = Options.
CorrelationCookie
.Name + correlationId;
276
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
);