Barry Dorrans

Results 85 comments of Barry Dorrans

I believe you need a System.Ben.RolledMyOwnCrypto library, plus appropriate interface project.

No-one wants to nail @benaadams, come on, be realistic.

Also you need to use SHA1 for speed, and not larger algorithms. Collisions are unlikely, Linus said so.

Ben didn't welcome my security PR. HE DOESN'T CARE ABOUT ANYTHING BUT CARDIGANS.

Oh dear. This is a CDN so it hosts more things than just the asp.net cdn, heck it could be part of the attempts to block Telegraph, I doubt there's...

I do, but Russia controls their block list not us. We will talk to the CDN hosts, but if they are being blocked for other things they're caching then it's...

The CDN *is* the mirror. That's the point of it unfortunately. Spinning up a new site would mean you either change code to use a new host, or we redirect...

So to answer how, before I get some time to actually add examples; ``` // Arrange var authorizationService = BuildAuthorizationService(services => { services.AddAuthorization(options => { options.AddPolicy("Basic", policy => policy.RequireClaim("Permission", "CanViewPage"));...

It would be helpful if you said what isn't working. There shouldn't be a lot of difference between any 2.x version, and I won't do a 3.0 version until it's...