-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT]: AddObject to SignedXml instance #446
Comments
Can you please link to the spec? |
Have similar functionality in C# and wiling to do same in js. This is C# documentation of generating XML signature and adding the object I am signing inside it: I will try to find official specs on this. |
@imedacf are you looking for the spec at the end of this search path (step 3):
|
Is your feature request related to a problem? Please describe...
I don't think there is a way to addObject to SignedXml instance. Would be nice to add this functionality. Currently missing it myself.
Describe teh solution you'd like...
(new SignedXml()).AddObject(xmlString) would be easy to use this functionality.
Describe the alternatives you've considered...
I don't think there is any other alternative to addobject in signature xml currently.
The text was updated successfully, but these errors were encountered: