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