1 implementation of Keys
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
98public ICollection<string> Keys
2 references to Keys
Microsoft.AspNetCore.Authentication.OpenIdConnect (2)
OpenIdConnectHandler.cs (2)
1171/// <remarks>Examine <see cref="IRequestCookieCollection.Keys"/> of <see cref="HttpRequest.Cookies"/> that start with the prefix: 'OpenIdConnectAuthenticationDefaults.Nonce'. 1180foreach (var nonceKey in Request.Cookies.Keys)