We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need to extract the serialNumber from signing_cert.get_subject(). Are there plans to implement or should I create a pull request?
serialNumber
signing_cert.get_subject()
See: https://github.com/XML-Security/signxml/blob/master/signxml/__init__.py#L724
The text was updated successfully, but these errors were encountered:
PR: #118
Sorry, something went wrong.
No branches or pull requests
I need to extract the
serialNumber
fromsigning_cert.get_subject()
. Are there plans to implement or should I create a pull request?See:
https://github.com/XML-Security/signxml/blob/master/signxml/__init__.py#L724
The text was updated successfully, but these errors were encountered: