1 implementation of Keys
Microsoft.AspNetCore.Http (1)
Internal\RequestCookieCollection.cs (1)
98
public 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'.
1180
foreach (var nonceKey in Request.Cookies.
Keys
)