2 overrides of ReadContentAsBase64
System.Private.DataContractSerialization (1)
System\Xml\XmlBaseReader.cs (1)
1296public override byte[] ReadContentAsBase64()
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomReader.cs (1)
779public override byte[] ReadContentAsBase64()
6 references to ReadContentAsBase64
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
469return dictionaryReader.ReadContentAsBase64();
System\Xml\XmlDictionaryReader.cs (1)
954buffer = ReadContentAsBase64();
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (1)
782return _xmlReader.ReadContentAsBase64();
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
298bytes = reader.ReadContentAsBase64();
System\ServiceModel\Security\WSSecureConversation.cs (1)
201nonce = reader.ReadContentAsBase64();
System\ServiceModel\Security\XmlHelper.cs (1)
256byte[] value = reader.ReadContentAsBase64();