3 references to CorrelationProperty
Microsoft.AspNetCore.Authentication (3)
RemoteAuthenticationHandler.cs (3)
242
properties.Items[
CorrelationProperty
] = correlationId;
259
if (!properties.Items.TryGetValue(
CorrelationProperty
, out var correlationId))
265
properties.Items.Remove(
CorrelationProperty
);