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)
215this.sourceData.GetWriter().WriteTo(dictionaryWriter, new DictionaryManager());
System\IdentityModel\Tokens\SamlAssertion.cs (1)
692this.sourceData.GetWriter().WriteTo(dictionaryWriter, null );
System\IdentityModel\WrappedReader.cs (1)
430this.GetWriter().WriteTo(writer, dictionaryManager);