SecureBlackbox 16: Is there any way to put the prefix "ds" to XML-DSig nodes?

Note: This article applies only to SecureBlackbox Legacy. For future development please consider using the latest version.

To do this, add the following code (C# notation):

ElXMLSigner.Sign(); // this method generates the "Signature" structure that you can access using ElXMLSigner.Signature ... ElXMLSigner.Signature.SignaturePrefix = "ds"; // the default value is "#default ds"

We appreciate your feedback.  If you have any questions, comments, or suggestions about this article please contact our support team at kb@nsoftware.com.