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)
96
writer.WriteBase64(
_cipherText
, 0,
_cipherText
.Length);