3 references to EscapeAsQuotedString
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
DeviceBoundSessionRegistrationHeader.cs (2)
52
var headerValue = $"{DeviceBoundSessionConstants.AdvertisedAlgorithms};path={HeaderUtilities.
EscapeAsQuotedString
(registrationPath)};challenge={HeaderUtilities.
EscapeAsQuotedString
(challenge)}";
Microsoft.Net.Http.Headers (1)
NameValueHeaderValue.cs (1)
199
Value = HeaderUtilities.
EscapeAsQuotedString
(value);