DillionVVV

Results 4 issues of DillionVVV

### Type of issue Other (describe below) ### Description From this document: https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.channels.securitybindingelement?view=net-8.0 ![image](https://github.com/user-attachments/assets/cc9f88ab-ea8c-4ade-b66a-f8a44dcd63fc) we can see the `SecurityBindingElement` class contain the `CreateMutualCertificateBindingElement` Method, but when we use it in...

area-WCF
untriaged
Pri3
area-System.ServiceModel

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug I create a Blazor web application via the Blazor Web...

area-blazor
Needs: Attention :wave:

### Describe the bug I notice when running the application it uses my custom culture for half a second, then updates and goes back to the default CultureInfo properties for...

I am using [.Net RateLimiting][1] and specifically the TokenBucketRateLimiter. Example: ``` services.AddRateLimiter(limiterOptions => { limiterOptions.AddPolicy(userPolicyName, context => { string username = Utils.getUsername(context); return RateLimitPartition.GetTokenBucketLimiter (username , _ => new TokenBucketRateLimiterOptions...