Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add note that SafeCanonicalizationMethods is static-like.
This property, for historical purposes, is instance-based but is
backed by a static field, so changes are observed between instances.
  • Loading branch information
vcsjones committed May 3, 2021
commit 9400daad70d8ef2fe1c14336f489c72804cb8abd
3 changes: 3 additions & 0 deletions xml/System.Security.Cryptography.Xml/SignedXml.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,9 @@ The main parts of this structure are:
## Remarks
Canonicalization methods convert an XML document to its canonical form. For more information about canonical XML, see [Canonical XML](https://www.w3.org/TR/xml-c14n) on the W3C website.

> [!NOTE]
> <xref:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods%2A> behaves like a static property. Changes from one instance of <xref:System.Security.Cryptography.Xml.SignedXml%2A> will be observed in other instances. Modifying the collection is not a thread-safe operation.

]]></format>
</remarks>
</Docs>
Expand Down