SignedXml CanonicalizationMethod – http://www.w3.org/2006/12/xml-c14n11C#

Место общения программистов C#
Anonymous
SignedXml CanonicalizationMethod – http://www.w3.org/2006/12/xml-c14n11

Сообщение Anonymous »

Можно ли использовать http://www.w3.org/2006/12/xml-c14n11 CanonicalizationMethod с SignedXml?

Код: Выделить всё

SignedXml signedXml = new SignedXml(xmlDoc);
signedXml.SignedInfo.CanonicalizationMethod = "http://www.w3.org/2006/12/xml-c14n11";
выбрасывает

Код: Выделить всё

System.Security.Cryptography.CryptographicException: Could not create the XML tr
ansformation identified by the URI http://www.w3.org/2006/12/xml-c14n11.
Спасибо!

Подробнее здесь: https://stackoverflow.com/questions/271 ... xml-c14n11

Вернуться в «C#»