Implemented interface member:
method
WriteTo
System.IdentityModel.ISecurityElement.WriteTo(System.Xml.XmlDictionaryWriter, System.IdentityModel.DictionaryManager)
4 references to WriteTo
System.IdentityModel (4)
System\IdentityModel\CanonicalizationDriver.cs (1)
116
((WrappedReader)reader).XmlTokens.GetWriter().
WriteTo
(writer, new DictionaryManager());
System\IdentityModel\Tokens\Saml2Assertion.cs (1)
215
this.sourceData.GetWriter().
WriteTo
(dictionaryWriter, new DictionaryManager());
System\IdentityModel\Tokens\SamlAssertion.cs (1)
692
this.sourceData.GetWriter().
WriteTo
(dictionaryWriter, null );
System\IdentityModel\WrappedReader.cs (1)
430
this.GetWriter().
WriteTo
(writer, dictionaryManager);