Home
last modified time | relevance | path

Searched refs:WrappedXmlDictionaryReader (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/
H A DWrappedXmlDictionaryReader.cs18 internal class WrappedXmlDictionaryReader : XmlDictionaryReader, IXmlLineInfo class
23 public WrappedXmlDictionaryReader( in WrappedXmlDictionaryReader() method in System.IdentityModel.WrappedXmlDictionaryReader
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSaml2SecurityTokenHandler.cs4699 …using (XmlDictionaryReader wrappedReader = new WrappedXmlDictionaryReader(XmlReader.Create(sr), Xm… in ReadEncryptedId()