You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, the existing RSACryptoServiceProvider implementation does not offer the option of specifying the PSS padding. My online research has also shown that this is not possible either.
Therefore, I would like to add my own implementation of the "SignatureAlgorithm" interface based on the "System.Security.Cryptography.RSA" class.
For my use case, only a function that signs the data is sufficient. However, I think that the interface implementation is more similar to the styleguid.
I have fully implemented the interface functions. However, I have to say that I am not an expert on this algorithm.
I will provide the implementation for this BC Idea
I will provide the implementation for this BC Idea
Internal work item: AB#524188
The text was updated successfully, but these errors were encountered:
As the idea is brand new, I need to wait a couple of days before I can triage this. It takes a while before ideas flow through the entire system 🙂 But I'll be on it soon!
#### Summary
As far as I know, the existing RSACryptoServiceProvider implementation
does not offer the option of specifying the PSS padding. My online
research has also shown that this is not possible either.
Therefore, I would like to add my own implementation of the
"SignatureAlgorithm" interface based on the
"System.Security.Cryptography.RSA" class.
For my use case, only a function that signs the data is sufficient.
However, I think that the interface implementation is more similar to
the styleguid.
#### Work Item(s)
Fixes#866
Fixes
[AB#524188](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/524188)
BC Idea Link
https://experience.dynamics.com/ideas/idea/?ideaid=7cf2f7e0-9cf1-ee11-a73d-6045bdb71da1
Description
For a connection to an external api(https://developer.amazon.com/de/docs/amazon-pay-api-v2/signing-requests.html), I need a signature for authentication, which is created with the RSASSA-PSS algorithm.
As far as I know, the existing RSACryptoServiceProvider implementation does not offer the option of specifying the PSS padding. My online research has also shown that this is not possible either.
Therefore, I would like to add my own implementation of the "SignatureAlgorithm" interface based on the "System.Security.Cryptography.RSA" class.
For my use case, only a function that signs the data is sufficient. However, I think that the interface implementation is more similar to the styleguid.
I have fully implemented the interface functions. However, I have to say that I am not an expert on this algorithm.
I will provide the implementation for this BC Idea
Internal work item: AB#524188
The text was updated successfully, but these errors were encountered: