Cryptographic-API-Services / cas-dotnet-sdk

A Nuget package that provides a implementation of the RustCrypto suite of cryptographic algorithms.
Apache License 2.0
0 stars 0 forks source link

Refactor threadpool methods #118

Closed WingZer0o closed 1 month ago

WingZer0o commented 3 months ago

These should really be in their own wrapper and instead of copying and paste a method to check for Threadpoo licensing it should be done in the constructor of the wrapper.

WingZer0o commented 3 months ago

The individual checks in the methods can be left alone just in case someone instantiates and object and their product license gets revoked.

WingZer0o commented 1 month ago

This is going to be closed because I am thinking about it now and most C# libraries have their async / threadpool methods within the same class.