Replies: 3 comments 5 replies
|
I'm completely on board with that. Feel free to put up a PR for that. |
0 replies
|
If I'm going to do that, I think I would also add other properties to the options object. For example the |
5 replies
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Right now the constructor takes 2 params. An idmode (which can only be null or wssecurity) and the options object.
I do not see any reason for not moving the idmode parameter in the options object, which would clean up the interface, and avoid the ugly
new SignedXml(null, { ... } )syntax.It is a breaking change, but the 4.0 release might be a good time to do it.
All reactions