Implemented interface member:
method
Write
System.Security.Cryptography.Xml.ICanonicalizableNode.Write(System.Text.StringBuilder, System.Security.Cryptography.Xml.DocPosition, System.Security.Cryptography.Xml.AncestralNamespaceContextManager)
2 references to Write
System.Security (2)
system\security\cryptography\xml\canonicalxml.cs (1)
105
m_c14nDoc.
Write
(sb, DocPosition.BeforeRootElement, m_ancMgr);
system\security\cryptography\xml\exccanonicalxml.cs (1)
61
m_c14nDoc.
Write
(sb, DocPosition.BeforeRootElement, m_ancMgr);