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)
116
public override void
WriteTo
(XmlDictionaryWriter writer, DictionaryManager dictionaryManager)
System\IdentityModel\SignedXml.cs (1)
788
public override void
WriteTo
(XmlDictionaryWriter writer, DictionaryManager dictionaryManager)
2 references to WriteTo
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
334
this.signedInfo.
WriteTo
(writer, dictionaryManager);
549
WriteTo
(utf8Writer, this.dictionaryManager);