Возможно ли использовать http://www.w3.org/2006/12/xml-c14n11 CanonicalizationMethod с SignedXml?SignedXml CanonicalizationMethod - http://www.w3.org/2006/12/xml-c14n11
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.
Спасибо!