1 override of ReadContentAsBase64
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
1287
public override byte[]
ReadContentAsBase64
()
6 references to ReadContentAsBase64
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
846
buffer =
ReadContentAsBase64
();
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
82
encryptedKey = 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)
210
nonce = reader.
ReadContentAsBase64
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (1)
255
byte[] value = reader.
ReadContentAsBase64
();