2 references to DefaultKeyType
Microsoft.AspNetCore.RateLimiting (2)
RateLimiterOptions.cs (1)
114var partitionKey = new DefaultKeyType(policyName, partition.PartitionKey, partition.Factory);
RateLimitingMiddleware.cs (1)
25private readonly DefaultKeyType _defaultPolicyKey = new DefaultKeyType("__defaultPolicy", new PolicyNameKey { PolicyName = "__defaultPolicyKey" });