You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography.Xml/SignedXml.xml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1324,6 +1324,9 @@ The main parts of this structure are:
1324
1324
## Remarks
1325
1325
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.
1326
1326
1327
+
> [!NOTE]
1328
+
> <xref:System.Security.Cryptography.Xml.SignedXml.SafeCanonicalizationMethods%2A> behaves like a static property. Changes from one instance of <xref:System.Security.Cryptography.Xml.SignedXml> will be observed in other instances. Modifying the collection is not a thread-safe operation.
0 commit comments