Microsoft Knowledge Base Email Alertz

The XmlDsigC14NTransform.LoadInput method normalizes the line feeds from 0xd 0xa (\r\n) to 0xa (\n) before canonicalization

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

The XmlDsigC14NTransform.LoadInput method normalizes the line feeds from 0xd 0xa ("\r\n") to 0xa ("\n") before canonicalization

Article ID: 953436 - View products that this article applies to.

SYMPTOMS

When you pass an input to the XmlDsigC14NTransform.LoadInput method, the method normalizes the line feeds from 0xd 0xa ("\r\n") to 0xa ("\n") before canonicalization. Additionally, the result of GetOutput method is different for different input types.

MORE INFORMATION

This behavior occurs in the Microsoft .NET Framework 1.0 and later versions.

The XmlDsigC14NTransform class represents the C14N XML canonicalization transform that describes the canonical form of an XML document. Because of the design of the canonicalization transforms, normalization occurs only when the input is passed as a stream. Normalization does not occur if the input is passed as an XmlDocument class or as an XmlNodeList class.

STATUS

This behavior is by design.

Properties

Article ID: 953436 - Last Review: June 27, 2008 - Revision: 1.0
APPLIES TO
  • Microsoft .NET Framework 1.0
  • Microsoft .NET Framework 1.0 Service Pack 3
  • Microsoft .NET Framework 1.1 Service Pack 1
  • Microsoft .NET Framework 2.0
  • Microsoft .NET Framework 2.0 Service Pack 1 (x86)
  • Microsoft .NET Framework 3.0
  • Microsoft .NET Framework 3.5
  • Microsoft .NET Framework 1.1
Keywords: 
kbdotnetservices kbbug kbtshoot kbprb KB953436
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate