1 implementation of ICanonicalWriterEndRootElementCallback
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
21public class SamlAssertion : ICanonicalWriterEndRootElementCallback
3 references to ICanonicalWriterEndRootElementCallback
System.IdentityModel (3)
System\IdentityModel\SamlDelegatingWriter.cs (2)
17ICanonicalWriterEndRootElementCallback callback; 27public SamlDelegatingWriter(XmlDictionaryWriter innerWriter, Stream canonicalStream, ICanonicalWriterEndRootElementCallback callback, IXmlDictionary dictionary)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
467void ICanonicalWriterEndRootElementCallback.OnEndOfRootElement(XmlDictionaryWriter dictionaryWriter)