Hello,
I am doing integration from .NET Framework / .NET core to upload / download file using Apis. BOX App setup is for JWT authentication.
But due to compliance issue, I can not make use of BouncyCastle Nuget Package neither setup box app for different authentication.
is there any way to call box Api from .NET without BouncyCastle? is there any alternative to PemReader , RsaPrivateCrtKeyParameters classes ?
Thank you.
