Call BOX Api from .NET without BouncyCastle
回答済み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.
-
正式なコメント
Hello Ganesh,
I talked to our SDK engineers and they said if you are using .NET 5 you can use the framework implementation for this. There is a nice blog post about this here: https://www.scottbrady91.com/C-Sharp/PEM-Loading-in-dotnet-core-and-dotnet. If not, you can try to find a fitting package for reading .pem files that satisfies your compliance requirements (although there are not many to choose from) or implement it by yourself.
Hope this helps! Good luck!
Best,
Kourtney, Box Developer Advocate
コメントアクション
サインインしてコメントを残してください。
コメント
1件のコメント