2 writes to _cipherText
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (2)
51_cipherText = reader.ReadContentAsBase64(); 56_cipherText = SecurityUtils.ReadContentAsBase64(reader, maxBufferSize);
2 references to _cipherText
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (2)
96writer.WriteBase64(_cipherText, 0, _cipherText.Length);