1 override of ReadContentAsBase64
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1287public override byte[] ReadContentAsBase64()
6 references to ReadContentAsBase64
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
846buffer = ReadContentAsBase64();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
82encryptedKey = reader.ReadContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (1)
51_cipherText = reader.ReadContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
99_wrappedKey = reader.ReadContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
210nonce = reader.ReadContentAsBase64();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
255byte[] value = reader.ReadContentAsBase64();