3 writes to encryptedBodyContent
System.ServiceModel (3)
System\ServiceModel\Security\SecurityAppliedMessage.cs (3)
96this.encryptedBodyContent = null; 259this.encryptedBodyContent = encryptedData; 372this.encryptedBodyContent = encryptedData;
1 reference to encryptedBodyContent
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAppliedMessage.cs (1)
152this.encryptedBodyContent.WriteTo(writer, ServiceModelDictionaryManager.Instance);