Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ StartCanonicalization() [1/2]

override void System.Xml.XmlBaseWriter.StartCanonicalization ( Stream stream,
bool includeComments,
string[] inclusivePrefixes )
inlineinherited

Definition at line 2449 of file XmlBaseWriter.cs.

2450 {
2451 if (IsClosed)
2452 {
2453 ThrowClosed();
2454 }
2455 if (Signing)
2456 {
2458 }
2459 FlushElement();
2460 if (_signingWriter == null)
2461 {
2463 }
2467 }
static string XmlCanonicalizationStarted
Definition SR.cs:698
Definition SR.cs:7
void SignScope(XmlCanonicalWriter signingWriter)
XmlSigningNodeWriter _signingWriter
XmlSigningNodeWriter CreateSigningNodeWriter()
void SetOutput(XmlNodeWriter writer, Stream stream, bool includeComments, string[] inclusivePrefixes)

References System.Xml.XmlBaseWriter._signingWriter, System.Xml.XmlBaseWriter._writer, System.Xml.XmlSigningNodeWriter.CanonicalWriter, System.Xml.XmlBaseWriter.CreateSigningNodeWriter(), System.Xml.Dictionary, System.Xml.XmlBaseWriter.FlushElement(), System.Xml.XmlBaseWriter.IsClosed, System.Xml.XmlSigningNodeWriter.SetOutput(), System.Xml.XmlBaseWriter.Signing, System.Xml.XmlBaseWriter.SignScope(), System.stream, System.Xml.XmlBaseWriter.ThrowClosed(), System.Runtime.Serialization.DiagnosticUtility.ExceptionUtility.ThrowHelperError(), and System.SR.XmlCanonicalizationStarted.