Implemented interface member:
method
WriteTo
System.IdentityModel.ISecurityElement.WriteTo(System.Xml.XmlDictionaryWriter, System.IdentityModel.DictionaryManager)
2 overrides of WriteTo
System.IdentityModel (2)
System\IdentityModel\PreDigestedSignedInfo.cs (1)
116public override void WriteTo(XmlDictionaryWriter writer, DictionaryManager dictionaryManager)
System\IdentityModel\SignedXml.cs (1)
788public override void WriteTo(XmlDictionaryWriter writer, DictionaryManager dictionaryManager)
2 references to WriteTo
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
334this.signedInfo.WriteTo(writer, dictionaryManager); 549WriteTo(utf8Writer, this.dictionaryManager);